summaryrefslogtreecommitdiffstats
path: root/Construct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-08-10 09:55:19 (GMT)
committerSteven Knight <knight@baldmt.com>2001-08-10 09:55:19 (GMT)
commit11251d5bd9a2f25dd424838c77cff00225e33e9d (patch)
treefca6b90698de442d96f1707a719f9fb400514fab /Construct
parent0f394bfb1e41965678937bfbc3e7cb52651ae731 (diff)
downloadSCons-11251d5bd9a2f25dd424838c77cff00225e33e9d.zip
SCons-11251d5bd9a2f25dd424838c77cff00225e33e9d.tar.gz
SCons-11251d5bd9a2f25dd424838c77cff00225e33e9d.tar.bz2
Add design documentation.
Diffstat (limited to 'Construct')
-rw-r--r--Construct9
1 files changed, 9 insertions, 0 deletions
diff --git a/Construct b/Construct
index 06dd833..6fe3633 100644
--- a/Construct
+++ b/Construct
@@ -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.