summaryrefslogtreecommitdiff
path: root/doc/pl/makefile
diff options
context:
space:
mode:
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)