]> git.pld-linux.org Git - packages/yelp.git/blob - yelp-pld.patch
set output encoding to UTF-8 and correct path to xsl-stylesheets
[packages/yelp.git] / yelp-pld.patch
1 --- yelp-0.8/stylesheets/yelp-customization.xsl.wiget2  Wed May 22 10:24:13 2002
2 +++ yelp-0.8/stylesheets/yelp-customization.xsl Wed May 22 10:33:17 2002
3 @@ -2,7 +2,7 @@
4  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5                  version='1.0'>
6  
7 -<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.48/html/docbook.xsl"/>
8 +<xsl:import href="/usr/share/sgml/docbook/xsl-styleshhets-1.50.0/html/docbook.xsl"/>
9  <xsl:include href="yelp-custom.xsl"/>
10  
11  <xsl:param name="gdb_docname" />
12 @@ -13,9 +13,9 @@
13  
14  <xsl:param name="gdb_multichunk" select="0" />
15  
16 -<xsl:param name="gdb_stylesheet_path" select="'/opt/gnome-2.0/share/xml/docbook/docbook-xsl-1.48.0/'" />
17 +<xsl:param name="gdb_stylesheet_path" select="'/usr/share/sgml/docbook/xsl-stylesheets-1.50.0/'" />
18  
19 -<xsl:output encoding="ISO-8859-1" />
20 +<xsl:output encoding="UTF-8" />
21  
22  <!-- direct parametrisation -->
23  <xsl:param name="admon.style"><xsl:text>margin-left: 0</xsl:text></xsl:param>
This page took 0.058648 seconds and 3 git commands to generate.