diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-09-24 18:54:50 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-09-24 18:54:50 +0200 |
commit | b69e1424886f4fe3b5b00c05889117e3eb6333e3 (patch) | |
tree | 0a83d12626b66c17ef0f9298cd4bdb937881b477 /doc/pl/makefile | |
parent | 3b5a76ae9ae425db6fda4ccc041fbb1e79fffc18 (diff) | |
parent | b98f40fadef0ee5419e2315d82110869135e410f (diff) |
merged from david
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) |