From abfaec4fe85d783b12aa89d339cf880242e2b641 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Thu, 28 Mar 2002 08:14:27 +0000 Subject: [PATCH] Don't try to build the extremely incomplete User Guide. git-svn-id: http://scons.tigris.org/svn/scons/trunk@314 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- doc/SConscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/SConscript b/doc/SConscript index 00853d1d..f0cc97f6 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, -- 2.26.2