1 --- po4a/Makefile 2011-02-09 08:39:18.000000000 +0100
2 +++ po4a/Makefile 2011-02-13 17:50:59.086666671 +0100
4 pod2man --utf8 --center=" " --release="Utilitaires Debian" $< > $@
5 fr/%.fr.1: fr/%.fr.dbk translate
6 xsltproc --nonet -o $@ \
7 - /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
8 + /usr/share/xml/docbook/xsl-stylesheets-1.76.1/manpages/docbook.xsl $<
9 # xsltproc writes out to foo.1 even if you tell it to do otherwise, so we have
10 # to rename the file after it's generated
12 --- scripts/Makefile 2011-02-09 08:39:18.000000000 +0100
13 +++ scripts/Makefile 2011-02-13 17:50:50.393333338 +0100
15 pod2man --utf8 --center=" " --release="Debian Utilities" $< > $@
17 xsltproc --nonet -o $@ \
18 - /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
19 + /usr/share/xml/docbook/xsl-stylesheets-1.76.1/manpages/docbook.xsl $<
21 # There is a slight chance this gets called twice, once here from here and once
22 # from ../po4a/Makefile. Treat files with care.