diff options
Diffstat (limited to 'doc/pl/makefile')
-rw-r--r-- | doc/pl/makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/pl/makefile b/doc/pl/makefile new file mode 100644 index 000000000..72a505422 --- /dev/null +++ b/doc/pl/makefile @@ -0,0 +1,10 @@ +# -*- make -*- +BASE=../.. +SUBDIR=doc/pl + +# Bring in the default rules +include ../../buildlib/defaults.mak + +# Debian Doc SGML Documents +SOURCE = offline.pl.sgml +include $(DEBIANDOC_H) |