summaryrefslogtreecommitdiff
path: root/debian/patches/0001-user_guide.patch
blob: 88a718a25411e48ac7d9543f3b5c9ade4595a582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: Build User Guide only
Author: Luca Falavigna <dktrkranz@debian.org>
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
@@ -311,12 +311,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'], [], [])
            }
 
     #