Changeset 1186


Ignore:
Timestamp:
08/25/06 16:45:03 (18 years ago)
Author:
mar637
Message:

fix depency of makedist on install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r1184 r1186  
    119119    env.Command('Staging distribution for archive in %s' % env["stagedir"],
    120120                '', env.MessageAction)
    121     env.QInstall("$stagedir/asap", [so,  pymods] )
     121    env.QInstall("$stagedir/asap", [so,  env.SGlob("python/*.py")] )
    122122    env.QInstall("$stagedir/bin", ["bin/asap", "bin/asap_update_data"])
    123123    env.QInstall("$stagedir/install", ["bin/install"])
Note: See TracChangeset for help on using the changeset viewer.