]> git.saurik.com Git - apt.git/blobdiff - buildlib/po4a_manpage.mak
add guide.sgml and offline.sgml to the "translatable with po4a"-group
[apt.git] / buildlib / po4a_manpage.mak
index 538859b6ec07c1d8c8cc2d3b2bee3b11e89f7f60..8bb7225b83b8b096bbd665cefb6470275e6f39ab 100644 (file)
@@ -40,7 +40,7 @@ HAVE_PO4A=yes
 endif
 
 # take care of the rest
-SOURCE := $(SOURCE) apt.$(LC).8
+SOURCE := $(SOURCE) $(wildcard apt.$(LC).8)
 INCLUDES :=
 
 ifndef HAVE_PO4A
@@ -52,3 +52,8 @@ endif
 ifneq ($(words $(SOURCE)),0)
 include $(MANPAGE_H)
 endif
+
+# Debian Doc SGML Documents
+SOURCE := $(wildcard *.$(LC).sgml)
+DEBIANDOC_HTML_OPTIONS=-l $(LC)
+include $(DEBIANDOC_H)