Changeset 1187
- Timestamp:
- 08/25/06 16:57:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r1186 r1187 98 98 pymods = env.Install("$moduledir/asap", env.SGlob("python/*.py")) 99 99 bins = env.Install("$prefix/bin", ["bin/asap", "bin/asap_update_data"]) 100 shares = env.Install("$moduledir/ data", "share/ipythonrc-asap")100 shares = env.Install("$moduledir/asap/data", "share/ipythonrc-asap") 101 101 env.Alias('install', [somod, pymods, bins, shares]) 102 102
Note:
See TracChangeset
for help on using the changeset viewer.