]> git.pld-linux.org Git - packages/gtk-doc.git/blob - xsl-ns.patch
- xsl styles are namespaced now
[packages/gtk-doc.git] / xsl-ns.patch
1 --- gtk-doc-1.26/gtk-doc.xsl~   2015-06-26 08:05:50.000000000 +0200
2 +++ gtk-doc-1.26/gtk-doc.xsl    2017-11-26 11:32:55.545442969 +0100
3 @@ -7,7 +7,7 @@
4    <!-- import the chunked XSL stylesheet -->
5    <!-- http://www.sagehill.net/docbookxsl/Chunking.html says we should use
6         "chunkfast.xsl", but I can see a difference -->
7 -  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
8 +  <xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/html/chunk.xsl"/>
9    <xsl:include href="devhelp2.xsl"/>
10    <xsl:include href="version-greater-or-equal.xsl"/>
11  
12 --- gtk-doc-1.26/configure.ac~  2017-11-26 11:56:42.000000000 +0100
13 +++ gtk-doc-1.26/configure.ac   2017-11-26 11:57:11.985289031 +0100
14 @@ -53,7 +53,7 @@
15  
16  dnl check for DocBook DTD and stylesheets in the local catalog.
17  JH_CHECK_XML_CATALOG([-//OASIS//DTD DocBook XML V4.3//EN], [DocBook XML DTD V4.3])
18 -JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl], [DocBook XSL Stylesheets])
19 +JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl-ns/current/html/chunk.xsl], [DocBook XSL Stylesheets])
20  
21  dnl
22  dnl Check for syntax highlighters
This page took 0.137277 seconds and 3 git commands to generate.