]> git.pld-linux.org Git - packages/yelp.git/commitdiff
set output encoding to UTF-8 and correct path to xsl-stylesheets
authorArtur Frysiak <artur@frysiak.net>
Wed, 22 May 2002 09:22:48 +0000 (09:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    yelp-pld.patch -> 1.1

yelp-pld.patch [new file with mode: 0644]

diff --git a/yelp-pld.patch b/yelp-pld.patch
new file mode 100644 (file)
index 0000000..fa17b5d
--- /dev/null
@@ -0,0 +1,23 @@
+--- yelp-0.8/stylesheets/yelp-customization.xsl.wiget2 Wed May 22 10:24:13 2002
++++ yelp-0.8/stylesheets/yelp-customization.xsl        Wed May 22 10:33:17 2002
+@@ -2,7 +2,7 @@
+ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                 version='1.0'>
+-<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.48/html/docbook.xsl"/>
++<xsl:import href="/usr/share/sgml/docbook/xsl-styleshhets-1.50.0/html/docbook.xsl"/>
+ <xsl:include href="yelp-custom.xsl"/>
+ <xsl:param name="gdb_docname" />
+@@ -13,9 +13,9 @@
+ <xsl:param name="gdb_multichunk" select="0" />
+-<xsl:param name="gdb_stylesheet_path" select="'/opt/gnome-2.0/share/xml/docbook/docbook-xsl-1.48.0/'" />
++<xsl:param name="gdb_stylesheet_path" select="'/usr/share/sgml/docbook/xsl-stylesheets-1.50.0/'" />
+-<xsl:output encoding="ISO-8859-1" />
++<xsl:output encoding="UTF-8" />
+ <!-- direct parametrisation -->
+ <xsl:param name="admon.style"><xsl:text>margin-left: 0</xsl:text></xsl:param>
This page took 0.185083 seconds and 4 git commands to generate.