Changeset 1202


Ignore:
Timestamp:
08/29/06 11:33:20 (18 years ago)
Author:
mar637
Message:

Merge from Release2.1.0b tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r1195 r1202  
    126126    data =  env.InstallAs(ofiles, ifiles)
    127127    env.Alias('install', data)
    128    
     128
    129129# make binary distribution
    130130if len(env["makedist"]):
     
    137137    env.QInstall("$stagedir/asap/data", "share/ipythonrc-asap")
    138138    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)
    141142        outdir =  os.path.join(env["stagedir"],'asap','data')
    142143        ofiles, ifiles = env.WalkDirTree(outdir, rootdir, sources)
     
    144145    else:
    145146        env.Command("No data tables available. Use 'asap_update_data' after install",
    146                     '', env.MessageAction)       
     147                    '', env.MessageAction)
    147148    arch = env.Archiver(os.path.join("dist",env["stagedir"]),
    148149                        env["stagedir"])
Note: See TracChangeset for help on using the changeset viewer.