]> git.pld-linux.org Git - packages/gtk-doc.git/blob - xsl-ns.patch
- updated to 1.29, requires python3 now
[packages/gtk-doc.git] / xsl-ns.patch
1 --- gtk-doc-1.28/configure.ac.orig      2018-03-24 16:05:40.000000000 +0100
2 +++ gtk-doc-1.28/configure.ac   2018-03-24 19:16:15.687516634 +0100
3 @@ -55,7 +55,7 @@ fi
4  
5  dnl check for DocBook DTD and stylesheets in the local catalog.
6  JH_CHECK_XML_CATALOG([-//OASIS//DTD DocBook XML V4.3//EN], [DocBook XML DTD V4.3])
7 -JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl], [DocBook XSL Stylesheets])
8 +JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl-ns/current/html/chunk.xsl], [DocBook XSL Stylesheets])
9  
10  dnl
11  dnl Check for syntax highlighters
12 --- gtk-doc-1.28/gtk-doc.xsl.orig       2018-03-24 19:16:15.684183303 +0100
13 +++ gtk-doc-1.28/gtk-doc.xsl    2018-03-24 19:17:02.400818509 +0100
14 @@ -8,7 +8,7 @@
15    <!-- http://www.sagehill.net/docbookxsl/Chunking.html#FastChunking says we should use
16         "chunkfast.xsl", but I can't see a difference. Also it is not clear wheter
17         one should still set "chunk.fast". Again, no meassuable difference. -->
18 -  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
19 +  <xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/html/chunk.xsl"/>
20    <xsl:include href="devhelp2.xsl"/>
21    <xsl:include href="version-greater-or-equal.xsl"/>
22  
This page took 0.226126 seconds and 3 git commands to generate.