]> git.saurik.com Git - apt.git/commitdiff
Fix encoding of generated French manpages
authorbubulle@debian.org <>
Mon, 9 Oct 2006 05:01:40 +0000 (07:01 +0200)
committerbubulle@debian.org <>
Mon, 9 Oct 2006 05:01:40 +0000 (07:01 +0200)
doc/fr/makefile
doc/fr/style.fr.xsl [new file with mode: 0644]

index 596de7b096bd700b25ff90e4e7333fa94294e302..c650dc03ab28cd8bf03c8156be69c4298d96030d 100644 (file)
@@ -7,7 +7,7 @@ include ../../buildlib/defaults.mak
 
 # Do not use XMLTO, build the manpages directly with XSLTPROC
 XSLTPROC=/usr/bin/xsltproc
-STYLESHEET=/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
+STYLESHEET=./style.fr.xsl
 
 
 # Man pages
diff --git a/doc/fr/style.fr.xsl b/doc/fr/style.fr.xsl
new file mode 100644 (file)
index 0000000..11593bb
--- /dev/null
@@ -0,0 +1,9 @@
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" />
+
+<xsl:param name="man.output.encoding" select="'ISO-8859-15'" />
+
+</xsl:stylesheet>