summaryrefslogtreecommitdiff
path: root/doc/makefile
blob: b53f4a0b306ee538bf5893396b9b69bae3481270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- make -*-
BASE=..

# Bring in the default rules
include ../buildlib/defaults.mak

# SGML Documents
SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml cache.sgml
include $(DEBIANDOC_H)

# Man pages
SOURCE = apt-cache.8 apt-get.8 apt.8 ftp.conf.5 sources.list.5
include $(MANPAGE_H)