Changeset 1907

Show
Ignore:
Timestamp:
11/10/04 23:40:45 (19 years ago)
Author:
jalet
Message:

Logos are installed now

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1905 r1907  
    2424# 
    2525# $Log$ 
     26# Revision 1.57  2004/11/10 22:40:45  jalet 
     27# Logos are installed now 
     28# 
    2629# Revision 1.56  2004/11/10 22:17:12  jalet 
    2730# Installation script is now non-interactive again, and doesn't install 
     
    280283data_files.append((os.sep.join([directory, "cgi-bin"]), ["cgi-bin/README", "cgi-bin/printquota.cgi"])) 
    281284 
     285data_files.append((os.sep.join([directory, "logos"]), glob.glob(os.sep.join(["logos", "*.png"])) + glob.glob(os.sep.join(["logos", "*.xcf"])))) 
     286 
    282287pgdirectory = os.sep.join([directory, "postgresql"]) 
    283288data_files.append((pgdirectory, ["initscripts/postgresql/README.postgresql", "initscripts/postgresql/pykota-postgresql.sql"]))