diff options
author | Steven Knight <knight@baldmt.com> | 2001-08-10 09:55:19 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-08-10 09:55:19 (GMT) |
commit | 11251d5bd9a2f25dd424838c77cff00225e33e9d (patch) | |
tree | fca6b90698de442d96f1707a719f9fb400514fab /Construct | |
parent | 0f394bfb1e41965678937bfbc3e7cb52651ae731 (diff) | |
download | SCons-11251d5bd9a2f25dd424838c77cff00225e33e9d.zip SCons-11251d5bd9a2f25dd424838c77cff00225e33e9d.tar.gz SCons-11251d5bd9a2f25dd424838c77cff00225e33e9d.tar.bz2 |
Add design documentation.
Diffstat (limited to 'Construct')
-rw-r--r-- | Construct | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -91,6 +91,15 @@ Export qw( env test_dir ); Build "etc/Conscript"; # +# Documentation. +# +Link 'build/doc' => 'doc'; + +Export qw( date env revision version ); + +Build 'build/doc/Conscript'; + +# # If we're running in the actual Aegis project, pack up a complete # source .tar.gz from the project files and files in the change, # so we can share it with helpful developers who don't use Aegis. |