diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-29 22:08:23 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-29 22:08:23 +0200 |
commit | a414d8e46960130a36b0bde5de3bef8cbd769e13 (patch) | |
tree | e98fec6586ea2a0aca09455b9bf7cc7770669876 /debian/patches/user_guide.patch | |
parent | f762ee6d16ccdd40317608b11e685e2f17c06f22 (diff) |
UNRELEASED 2.3.3-1
Diffstat (limited to 'debian/patches/user_guide.patch')
-rw-r--r-- | debian/patches/user_guide.patch | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/debian/patches/user_guide.patch b/debian/patches/user_guide.patch index f2e143f..b6adcdd 100644 --- a/debian/patches/user_guide.patch +++ b/debian/patches/user_guide.patch @@ -1,24 +1,26 @@ Description: Build User Guide only Author: Luca Falavigna <dktrkranz@debian.org> Forwarded: not-needed - -Index: scons-doc/doc/SConscript +Last-Update: 2014-07-26 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/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'] +--- trunk.orig/doc/SConscript 2014-07-05 15:44:22.000000000 +0200 ++++ trunk/doc/SConscript 2014-07-26 14:00:34.514151395 +0200 +@@ -266,12 +266,12 @@ + 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 - man_page_list = ['scons.1','scons-time.1','sconsign.1'] |