Description: Build User Guide only Author: Luca Falavigna Forwarded: not-needed Last-Update: 2014-07-26 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/doc/SConscript =================================================================== --- trunk.orig/doc/SConscript +++ trunk/doc/SConscript @@ -267,12 +267,12 @@ else: DOCTARGETS = 0 DOCDEPENDS = 1 DOCNODES = 2 - docs = {'design' : (['chunked','pdf'], [], []), + docs = {#'design' : (['chunked','pdf'], [], []), #'python10' : (['chunked','html','pdf'], [], []), - 'reference' : (['chunked','html','pdf'], [], []), + #'reference' : (['chunked','html','pdf'], [], []), #'developer' : (['chunked','html','pdf'], [], []), 'user' : (['chunked','html','pdf','epub','text'], [], []), - 'man' : (['man','epub','text'], [], []) + #'man' : (['man','epub','text'], [], []) } # The names of the target files for the MAN pages