diff options
author | Steven Knight <knight@baldmt.com> | 2003-11-03 23:29:02 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-11-03 23:29:02 (GMT) |
commit | 6c596f1833a9e169e97356721d82a1ccf5fa37cc (patch) | |
tree | 387b2d0018114bbc86c7cd916ee8987c77e5a6ee /doc/SConscript | |
parent | d64a435c6ad5196230fea4e8637d1ba03959b676 (diff) | |
download | SCons-6c596f1833a9e169e97356721d82a1ccf5fa37cc.zip SCons-6c596f1833a9e169e97356721d82a1ccf5fa37cc.tar.gz SCons-6c596f1833a9e169e97356721d82a1ccf5fa37cc.tar.bz2 |
Sync CVS log from master Aegis repository.
Diffstat (limited to 'doc/SConscript')
-rw-r--r-- | doc/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/SConscript b/doc/SConscript index b973fd4..976e0a6 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' |