diff options
author | Steven Knight <knight@baldmt.com> | 2002-02-20 16:58:42 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-02-20 16:58:42 (GMT) |
commit | 50f31ea7ecee2c171457ab743b0c088cbc6104ec (patch) | |
tree | ba3d819fb6437d4db99e1b6bc3f6d1f900c4c5d4 /SConstruct | |
parent | 750a1fd4bd22d3c940cd4c9167c4bee3abc08d95 (diff) | |
download | SCons-50f31ea7ecee2c171457ab743b0c088cbc6104ec.zip SCons-50f31ea7ecee2c171457ab743b0c088cbc6104ec.tar.gz SCons-50f31ea7ecee2c171457ab743b0c088cbc6104ec.tar.bz2 |
Fix runtest.py for new package-testing scheme baseline tests.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -554,13 +554,20 @@ for p in [ scons ]: ]) # +# +# +Export('env') + +SConscript('etc/SConscript') + +# # Documentation. # BuildDir('build/doc', 'doc') Export('env', 'whereis') -SConscript('build/doc/SConscript'); +SConscript('build/doc/SConscript') # # If we're running in the actual Aegis project, pack up a complete |