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