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/makefile | |
parent | 75ece2c9fa9359a697b65f2e1dc2bbd85ae359aa (diff) |
Fix encoding of generated French manpages
Diffstat (limited to 'doc/fr/makefile')
-rw-r--r-- | doc/fr/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/makefile b/doc/fr/makefile index 596de7b09..c650dc03a 100644 --- a/doc/fr/makefile +++ b/doc/fr/makefile @@ -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 |