diff options
author | Michael Vogt <egon@bottom> | 2006-12-14 10:59:16 +0100 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-12-14 10:59:16 +0100 |
commit | b790b130ad0a43be5738c467c16bbc2dd657ca66 (patch) | |
tree | 9bd9ea2cb11623188f867534d61a1096d68c0e4a /doc/fr/style.fr.xsl | |
parent | 4716731f20c72dde5b280af90af2dc2bd16a9aff (diff) | |
parent | 6cc61a167355711ef3494ce807d5ab24c63eae3f (diff) |
* merged with apt--debian-sid
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> |