summaryrefslogtreecommitdiff
path: root/doc/SConscript
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-11-03 23:29:02 +0000
committerSteven Knight <knight@baldmt.com>2003-11-03 23:29:02 +0000
commit6c596f1833a9e169e97356721d82a1ccf5fa37cc (patch)
tree387b2d0018114bbc86c7cd916ee8987c77e5a6ee /doc/SConscript
parentd64a435c6ad5196230fea4e8637d1ba03959b676 (diff)
downloadscons-6c596f1833a9e169e97356721d82a1ccf5fa37cc.tar.gz
Sync CVS log from master Aegis repository.
Diffstat (limited to 'doc/SConscript')
-rw-r--r--doc/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/SConscript b/doc/SConscript
index b973fd45..976e0a61 100644
--- a/doc/SConscript
+++ b/doc/SConscript
@@ -174,6 +174,7 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT.
orig_env.Install(build, s)
else:
orig_env.SCons_revision(os.path.join(build, s), s)
+ Local(os.path.join(build, s))
#
# For each document, build the document itself in HTML, Postscript,
@@ -190,6 +191,7 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT.
else:
orig_env.SCons_revision(os.path.join(build, doc, s),
os.path.join(doc, s))
+ Local(os.path.join(build, doc, s))
main = os.path.join(build, doc, 'main.sgml')
out = 'main.out'