summaryrefslogtreecommitdiff
path: root/buildlib/po4a_manpage.mak
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-07-02 04:10:37 +0200
committerMichael Vogt <mvo@debian.org>2014-07-08 13:14:22 +0200
commita034d8528bc98e9caf12e024a0d5eeb25f87a500 (patch)
treed54f9e733c0f365fc1d6d5b781483a31c7780d0d /buildlib/po4a_manpage.mak
parent05ccc2a5b201a76c0a76e9910abb7b3229e7b079 (diff)
build: Convert from DebianDoc SGML to DocBook XML
Diffstat (limited to 'buildlib/po4a_manpage.mak')
-rw-r--r--buildlib/po4a_manpage.mak13
1 files changed, 6 insertions, 7 deletions
diff --git a/buildlib/po4a_manpage.mak b/buildlib/po4a_manpage.mak
index 62ada1969..0f53a8600 100644
--- a/buildlib/po4a_manpage.mak
+++ b/buildlib/po4a_manpage.mak
@@ -15,6 +15,9 @@ INCLUDES = apt.ent apt-verbatim.ent apt-vendor.ent
manpages:
+%.xsl: ../%.xsl
+ cp -a $< .
+
# Do not use XMLTO, build the manpages directly with XSLTPROC
ifdef XSLTPROC
@@ -34,9 +37,6 @@ apt-verbatim.ent: ../apt-verbatim.ent
apt-vendor.ent: ../apt-vendor.ent
cp -a ../apt-vendor.ent .
-manpage-style.xsl: ../manpage-style.xsl
- cp -a $< .
-
$($(LOCAL)-LIST) :: % : %.xml $(STYLESHEET) $(INCLUDES)
echo Creating man page $@
$(XSLTPROC) \
@@ -70,7 +70,6 @@ ifneq ($(words $(SOURCE)),0)
include $(MANPAGE_H)
endif
-# Debian Doc SGML Documents
-SOURCE := $(wildcard *.$(LC).sgml)
-DEBIANDOC_HTML_OPTIONS=-l $(LC).UTF-8
-include $(DEBIANDOC_H)
+# DocBook XML Documents
+SOURCE := $(wildcard *.$(LC).dbk)
+include $(DOCBOOK_H)