diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-10 17:33:29 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-10 17:33:29 +0200 |
commit | f9427081790820a407e6ac6f69792696f71351ec (patch) | |
tree | b773797663173ec98c1bd896ecdbec17dc7e0a24 /doc/fr/style.fr.xsl | |
parent | d21a95bf5efe85390eb9def96ceb27dbab1d72d8 (diff) | |
parent | c914dbcfe4421cdc904a5847860aa987807819b9 (diff) |
* merged from Chrisitan Perrier
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> |