summaryrefslogtreecommitdiff
path: root/doc/pl
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-10-01 18:33:22 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-10-01 18:33:22 +0200
commit7652e03e9909ac65dab11a8cabb9ea5b77ef95ca (patch)
treebc8e42a7ace3c6b89b4e1a1ac9de73bc92051e99 /doc/pl
parent0e65be59ac218d9479d429ab6cf24e072fdb819b (diff)
add guide.sgml and offline.sgml to the "translatable with po4a"-group
Fix also the buildsystem for building the coresponding docs from these two files if they are exist for this language so we don't need to change the makefiles for ja and fr - and can also use the same simple makefiles for it and pl which ship these files as not-yet-with-po4a-translated (and currently no man page translation.)
Diffstat (limited to 'doc/pl')
-rw-r--r--doc/pl/makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/pl/makefile b/doc/pl/makefile
index 94939e156..7e77b29b9 100644
--- a/doc/pl/makefile
+++ b/doc/pl/makefile
@@ -5,7 +5,7 @@ SUBDIR=doc/pl
# Bring in the default rules
include ../../buildlib/defaults.mak
-# Debian Doc SGML Documents
-SOURCE = offline.pl.sgml
-DEBIANDOC_HTML_OPTIONS=-l pl
-include $(DEBIANDOC_H)
+# Language Code of this translation
+LC=pl
+
+include $(PO4A_MANPAGE_H)