upgpkg: devscripts 2.16.1-1

This commit is contained in:
Giovanni Santini
2016-03-16 18:27:47 +01:00
parent fdf5bbc7f2
commit a4a20756cc
3 changed files with 15 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
de/%.de.1: de/%.de.dbk translate
xsltproc --nonet -o $@ \
- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
+ /usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl $<
+ /usr/share/xml/docbook/xsl-stylesheets-1.79.1/manpages/docbook.xsl $<
# xsltproc writes out to foo.1 even if you tell it to do otherwise, so we have
# to rename the file after it's generated
mv de/$*.1 $@
@@ -14,7 +14,7 @@
fr/%.fr.1: fr/%.fr.dbk translate
xsltproc --nonet -o $@ \
- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
+ /usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl $<
+ /usr/share/xml/docbook/xsl-stylesheets-1.79.1/manpages/docbook.xsl $<
# xsltproc writes out to foo.1 even if you tell it to do otherwise, so we have
# to rename the file after it's generated
mv fr/$*.1 $@
@@ -25,7 +25,7 @@
%.1: %.dbk
xsltproc --nonet -o $@ \
- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
+ /usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl $<
+ /usr/share/xml/docbook/xsl-stylesheets-1.79.1/manpages/docbook.xsl $<
# There is a slight chance this gets called twice, once here from here and once
# from ../po4a/Makefile. Treat files with care.