Changeset 1201
- Timestamp:
- 08/29/06 11:32:03 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/Release2.1.0b/SConstruct
r1195 r1201 126 126 data = env.InstallAs(ofiles, ifiles) 127 127 env.Alias('install', data) 128 128 129 129 # make binary distribution 130 130 if len(env["makedist"]): … … 137 137 env.QInstall("$stagedir/asap/data", "share/ipythonrc-asap") 138 138 if rootdir is not None: 139 env.Command("Using data tables in %s" % rootdir, 140 '', env.MessageAction) 139 # This creates a directory Using data table... - disabled 140 #env.Command("Using data tables in %s" % rootdir, 141 # '', env.MessageAction) 141 142 outdir = os.path.join(env["stagedir"],'asap','data') 142 143 ofiles, ifiles = env.WalkDirTree(outdir, rootdir, sources) … … 144 145 else: 145 146 env.Command("No data tables available. Use 'asap_update_data' after install", 146 '', env.MessageAction) 147 '', env.MessageAction) 147 148 arch = env.Archiver(os.path.join("dist",env["stagedir"]), 148 149 env["stagedir"])
Note:
See TracChangeset
for help on using the changeset viewer.