2022-07-12 22:25:26 +02:00
|
|
|
Index: devscripts-v2.22.2/Makefile
|
|
|
|
===================================================================
|
|
|
|
--- devscripts-v2.22.2.orig/Makefile
|
|
|
|
+++ devscripts-v2.22.2/Makefile
|
2019-03-13 07:41:52 +01:00
|
|
|
@@ -4,7 +4,7 @@ include Makefile.common
|
|
|
|
|
|
|
|
DESTDIR =
|
|
|
|
|
|
|
|
-all: version doc make_scripts conf.default translated_manpages
|
|
|
|
+all: version doc conf.default
|
|
|
|
|
|
|
|
version:
|
|
|
|
rm -f version
|
2022-07-12 22:25:26 +02:00
|
|
|
Index: devscripts-v2.22.2/Makefile.common
|
|
|
|
===================================================================
|
|
|
|
--- devscripts-v2.22.2.orig/Makefile.common
|
|
|
|
+++ devscripts-v2.22.2/Makefile.common
|
|
|
|
@@ -14,3 +14,5 @@ PERLMOD_DIR = $(shell perl -MConfig -e '
|
2019-03-13 07:41:52 +01:00
|
|
|
DATA_DIR = $(PREFIX)/share/devscripts
|
|
|
|
TEMPLATES_DIR = $(DATA_DIR)/templates
|
|
|
|
SYSCONFDIR = /etc
|
|
|
|
+
|
|
|
|
+XSL_STYLESHEET = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
|
2022-07-12 22:25:26 +02:00
|
|
|
Index: devscripts-v2.22.2/po4a/Makefile
|
|
|
|
===================================================================
|
|
|
|
--- devscripts-v2.22.2.orig/po4a/Makefile
|
|
|
|
+++ devscripts-v2.22.2/po4a/Makefile
|
|
|
|
@@ -33,8 +33,7 @@ clean: ../doc/devscripts.1
|
|
|
|
-podchecker $<
|
|
|
|
pod2man --utf8 --center=" " --release="$(DESC_$(dir $@))" $< > $@
|
|
|
|
%.1:: %.dbk translate
|
|
|
|
- xsltproc --nonet \
|
2019-03-13 07:41:52 +01:00
|
|
|
- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
|
|
|
|
+ xsltproc --nonet -o $@ $(XSL_STYLESHEET) $<
|
2022-07-12 22:25:26 +02:00
|
|
|
# /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/other.xsl
|
|
|
|
# (which is imported by the above stylesheet) insists in writing the output
|
|
|
|
# to where it wants to. we can only move the file ourselves.
|
|
|
|
Index: devscripts-v2.22.2/scripts/Makefile
|
|
|
|
===================================================================
|
|
|
|
--- devscripts-v2.22.2.orig/scripts/Makefile
|
|
|
|
+++ devscripts-v2.22.2/scripts/Makefile
|
|
|
|
@@ -87,8 +87,7 @@ endif
|
2019-03-13 07:41:52 +01:00
|
|
|
podchecker $<
|
|
|
|
pod2man --utf8 --center=" " --release="Debian Utilities" $< > $@
|
|
|
|
%.1: %.dbk
|
|
|
|
- xsltproc --nonet -o $@ \
|
|
|
|
- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
|
|
|
|
+ xsltproc --nonet -o $@ $(XSL_STYLESHEET) $<
|
|
|
|
|
|
|
|
# Syntax checker
|
|
|
|
test_sh: $(SH_CHECKS)
|