1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Description: Build User Guide only
Author: Luca Falavigna <dktrkranz@debian.org>
Forwarded: not-needed
Index: scons-doc/doc/SConscript
===================================================================
--- scons-doc.orig/doc/SConscript 2014-04-27 11:39:43.567063643 +0200
+++ scons-doc/doc/SConscript 2014-04-27 11:39:59.097875647 +0200
@@ -195,12 +195,12 @@
# of the outputs get installed to the build folder and added to
# the different source and binary packages in the end.
#
- docs = {'design' : ['chtml','pdf'],
+ docs = {#'design' : ['chtml','pdf'],
#'python10' : ['chtml','html','pdf'],
- 'reference' : ['chtml','html','pdf'],
+ #'reference' : ['chtml','html','pdf'],
#'developer' : ['chtml','html','pdf'],
'user' : ['chtml','html','pdf','epub'],
- 'man' : ['man','epub']
+ #'man' : ['man','epub']
}
# The names of the target files for the MAN pages
man_page_list = ['scons.1','scons-time.1','sconsign.1']
|