diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-09-09 18:33:09 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-09-09 18:33:09 +0200 |
commit | bcf91c1bf65a69f67f723f6428e2fc57e0366f17 (patch) | |
tree | 61b992dd19041a684daf1e822e77522404fe614d /doc/fr | |
parent | 388b9071a956d0a5fbf6ffa4fdef8c3bb1f755cd (diff) |
use only one xsl file (and therefore utf-8) for all languages
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/style.fr.xsl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/fr/style.fr.xsl b/doc/fr/style.fr.xsl deleted file mode 100644 index 11593bb42..000000000 --- a/doc/fr/style.fr.xsl +++ /dev/null @@ -1,9 +0,0 @@ -<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> |