diff options
author | Steven Knight <knight@baldmt.com> | 2002-03-28 08:14:27 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-03-28 08:14:27 (GMT) |
commit | 1872e353ccd080dd5d2e338608c2dc614cd991d9 (patch) | |
tree | c3cbd95cfddff819793a632df8213a7508ef640f /doc/SConscript | |
parent | 4209702f57df6de4b7270b3e063e14f216ce32e8 (diff) | |
download | SCons-1872e353ccd080dd5d2e338608c2dc614cd991d9.zip SCons-1872e353ccd080dd5d2e338608c2dc614cd991d9.tar.gz SCons-1872e353ccd080dd5d2e338608c2dc614cd991d9.tar.bz2 |
Don't try to build the extremely incomplete User Guide.
Diffstat (limited to 'doc/SConscript')
-rw-r--r-- | doc/SConscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/SConscript b/doc/SConscript index 00853d1..f0cc97f 100644 --- a/doc/SConscript +++ b/doc/SConscript @@ -136,9 +136,9 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. }, 'user' : { 'htmlindex' : 'book1.html', - 'html' : 1, - 'ps' : 1, - 'pdf' : 1, + 'html' : 0, + 'ps' : 0, + 'pdf' : 0, 'text' : 0, 'scan' : Scanner(name = 'user', function = scansgml, |