summaryrefslogtreecommitdiff
path: root/buildlib
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-10-15 18:30:09 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-10-15 18:30:09 +0200
commitb71a4a8dcd8b1d0e82f8071e5e993cc6423c6a57 (patch)
tree88c3ff0df846f2af9e901872f67e21b051129e3f /buildlib
parent58d0598ad6f1c514bf7d89fdea676a697f0d9388 (diff)
parent95fe33dc131bee1a0917ba647e44855c10083ab5 (diff)
merged from debian-sid
Diffstat (limited to 'buildlib')
-rw-r--r--buildlib/po4a_manpage.mak7
1 files changed, 5 insertions, 2 deletions
diff --git a/buildlib/po4a_manpage.mak b/buildlib/po4a_manpage.mak
index 11dc11d28..404bb57a5 100644
--- a/buildlib/po4a_manpage.mak
+++ b/buildlib/po4a_manpage.mak
@@ -11,7 +11,7 @@
# generate a list of accepted man page translations
SOURCE = $(patsubst %.xml,%,$(wildcard *.$(LC).?.xml))
-INCLUDES = apt.ent
+INCLUDES = apt.ent apt-verbatim.ent
# Do not use XMLTO, build the manpages directly with XSLTPROC
ifdef XSLTPROC
@@ -25,6 +25,9 @@ $(LOCAL)-LIST := $(SOURCE)
doc: $($(LOCAL)-LIST)
veryclean: veryclean/$(LOCAL)
+apt-verbatim.ent: ../apt-verbatim.ent
+ cp ../apt-verbatim.ent .
+
$($(LOCAL)-LIST) :: % : %.xml $(INCLUDES)
echo Creating man page $@
$(XSLTPROC) -o $@ $(STYLESHEET) $< || exit 200 # why xsltproc doesn't respect the -o flag here???
@@ -34,7 +37,7 @@ $($(LOCAL)-LIST) :: % : %.xml $(INCLUDES)
# Clean rule
.PHONY: veryclean/$(LOCAL)
veryclean/$(LOCAL):
- -rm -rf $($(@F)-LIST) apt.ent apt.$(LC).8 \
+ -rm -rf $($(@F)-LIST) apt.ent apt-verbatim.ent apt.$(LC).8 \
$(addsuffix .xml,$($(@F)-LIST)) \
offline.$(LC).sgml guide.$(LC).sgml