diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-09-24 15:09:05 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-09-24 15:09:05 +0200 |
commit | b3895e8685e40f1cac01e735ae42bdb8dab684a3 (patch) | |
tree | eddb74b954dbbdac9de2c98f2572c18d9ae16d93 /doc/pl/makefile | |
parent | 63fc55509fc32466b1027e9e91cc3220ee21a1e0 (diff) |
readd the pl-translation for the offline apt documentation for now as
long as these files are not included in the po4a-powered translation work
Diffstat (limited to 'doc/pl/makefile')
-rw-r--r-- | doc/pl/makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/pl/makefile b/doc/pl/makefile new file mode 100644 index 000000000..94939e156 --- /dev/null +++ b/doc/pl/makefile @@ -0,0 +1,11 @@ +# -*- make -*- +BASE=../.. +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) |