]> git.pld-linux.org Git - packages/devscripts.git/blob - devscripts_docbook.patch
new, version 2.13.9
[packages/devscripts.git] / devscripts_docbook.patch
1 diff -rupN devscripts-2.13.3/po4a/Makefile devscripts-2.13.3-new/po4a/Makefile
2 --- devscripts-2.13.3/po4a/Makefile     2013-08-16 02:01:22.000000000 +0200
3 +++ devscripts-2.13.3-new/po4a/Makefile 2013-09-19 18:03:22.092429895 +0200
4 @@ -25,7 +25,7 @@ de/%.de.1: de/%.de.pl translate
5         pod2man --utf8 --center=" " --release="Debian-Hilfswerkzeuge" $< > $@
6  de/%.de.1: de/%.de.dbk translate
7         xsltproc --nonet -o $@ \
8 -         /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
9 +         /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl $<
10  # xsltproc writes out to foo.1 even if you tell it to do otherwise, so we have
11  # to rename the file after it's generated
12         mv de/$*.1 $@
13 @@ -35,7 +35,7 @@ fr/%.fr.1: fr/%.fr.pl translate
14         pod2man --utf8 --center=" " --release="Utilitaires Debian" $< > $@
15  fr/%.fr.1: fr/%.fr.dbk translate
16         xsltproc --nonet -o $@ \
17 -         /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
18 +         /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl $<
19  # xsltproc writes out to foo.1 even if you tell it to do otherwise, so we have
20  # to rename the file after it's generated
21         mv fr/$*.1 $@
22 diff -rupN devscripts-2.13.3/scripts/Makefile devscripts-2.13.3-new/scripts/Makefile
23 --- devscripts-2.13.3/scripts/Makefile  2013-08-16 02:01:22.000000000 +0200
24 +++ devscripts-2.13.3-new/scripts/Makefile      2013-09-19 18:03:22.264433043 +0200
25 @@ -61,7 +61,7 @@ endif
26         pod2man --utf8 --center=" " --release="Debian Utilities" $< > $@
27  %.1: %.dbk
28         xsltproc --nonet -o $@ \
29 -         /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
30 +         /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl $<
31  
32  # There is a slight chance this gets called twice, once here from here and once
33  # from ../po4a/Makefile. Treat files with care.
This page took 0.057102 seconds and 3 git commands to generate.