Changeset 1469 for trunk/SConstruct


Ignore:
Timestamp:
01/15/09 12:06:00 (15 years ago)
Author:
Malte Marquarding
Message:

add ipy_user_conf.py to installed files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r1464 r1469  
    176176bins = env.Install("$prefix/bin", ["bin/asap", "bin/asap_update_data"])
    177177shares = env.Install("$moduledir/asap/data", "share/ipythonrc-asap")
     178shares = env.Install("$moduledir/asap/data", "share/ipy_user_conf.py")
    178179env.Alias('install', [somod, pymods, bins, shares])
    179180
Note: See TracChangeset for help on using the changeset viewer.