]> git.pld-linux.org Git - packages/gtk-doc.git/blame - use-local-xsl.patch
- use local, system, copy of xsl stylesheets
[packages/gtk-doc.git] / use-local-xsl.patch
CommitLineData
1b88fa03
JR
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="/usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl"/>
9 <xsl:include href="devhelp2.xsl"/>
10 <xsl:include href="version-greater-or-equal.xsl"/>
11
This page took 0.084676 seconds and 4 git commands to generate.