makefile 212 B

123456789101112
  1. # -*- make -*-
  2. BASE=../..
  3. SUBDIR=doc/pl
  4. # Bring in the default rules
  5. include ../../buildlib/defaults.mak
  6. # Debian Doc SGML Documents
  7. SOURCE = offline.pl.sgml
  8. DEBIANDOC_HTML_OPTIONS=-l pl
  9. include $(DEBIANDOC_H)