diff options
author | bubulle@debian.org <> | 2006-10-09 07:01:40 +0200 |
---|---|---|
committer | bubulle@debian.org <> | 2006-10-09 07:01:40 +0200 |
commit | b23f91ebeef9bf7730d5d4bd920d5bf24c50910e (patch) | |
tree | 3d57bdea663996ecc0584d63262c6bef4a2d681e /doc/fr/style.fr.xsl | |
parent | 75ece2c9fa9359a697b65f2e1dc2bbd85ae359aa (diff) |
Fix encoding of generated French manpages
Diffstat (limited to 'doc/fr/style.fr.xsl')
-rw-r--r-- | doc/fr/style.fr.xsl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/fr/style.fr.xsl b/doc/fr/style.fr.xsl new file mode 100644 index 000000000..11593bb42 --- /dev/null +++ b/doc/fr/style.fr.xsl @@ -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> |