[kernel] r22811 - dists/trunk/linux/debian/patches/bugfix/all

Ben Hutchings benh at moszumanska.debian.org
Tue Jul 7 18:03:03 UTC 2015


Author: benh
Date: Tue Jul  7 18:03:03 2015
New Revision: 22811

Log:
DocBook: Define generate.consistent.ids in stylesheet, not on command line

Modified:
   dists/trunk/linux/debian/patches/bugfix/all/docbook-generate-consistent-ids.patch

Modified: dists/trunk/linux/debian/patches/bugfix/all/docbook-generate-consistent-ids.patch
==============================================================================
--- dists/trunk/linux/debian/patches/bugfix/all/docbook-generate-consistent-ids.patch	Tue Jul  7 16:25:17 2015	(r22810)
+++ dists/trunk/linux/debian/patches/bugfix/all/docbook-generate-consistent-ids.patch	Tue Jul  7 18:03:03 2015	(r22811)
@@ -5,13 +5,13 @@
 
 Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
 ---
---- a/Documentation/DocBook/Makefile
-+++ b/Documentation/DocBook/Makefile
-@@ -69,6 +69,7 @@ DOCPROC   = $(objtree)/scripts/docproc
- 
- XMLTOFLAGS = -m $(srctree)/$(src)/stylesheet.xsl
- XMLTOFLAGS += --skip-validation
-+XMLTOFLAGS += --stringparam generate.consistent.ids=1
- 
- ###
- # DOCPROC is used for two purposes:
+--- a/Documentation/DocBook/stylesheet.xsl
++++ b/Documentation/DocBook/stylesheet.xsl
+@@ -5,6 +5,7 @@
+ <param name="funcsynopsis.tabular.threshold">80</param>
+ <param name="callout.graphics">0</param>
+ <!-- <param name="paper.type">A4</param> -->
++<param name="generate.consistent.ids">1</param>
+ <param name="generate.section.toc.level">2</param>
+ <param name="use.id.as.filename">1</param>
+ </stylesheet>



More information about the Kernel-svn-changes mailing list