summaryrefslogtreecommitdiff
path: root/doc/pl/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-09-24 18:54:50 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-09-24 18:54:50 +0200
commitb69e1424886f4fe3b5b00c05889117e3eb6333e3 (patch)
tree0a83d12626b66c17ef0f9298cd4bdb937881b477 /doc/pl/makefile
parent3b5a76ae9ae425db6fda4ccc041fbb1e79fffc18 (diff)
parentb98f40fadef0ee5419e2315d82110869135e410f (diff)
merged from david
Diffstat (limited to 'doc/pl/makefile')
-rw-r--r--doc/pl/makefile11
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)