blob: 72a5054221a7be353ef0df67e1155d77867d751c (
plain)
1
2
3
4
5
6
7
8
9
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)
|