]> git.saurik.com Git - apt.git/blame_incremental - doc/makefile
Fixed another oops
[apt.git] / doc / makefile
... / ...
CommitLineData
1# -*- make -*-
2BASE=..
3SUBDIR=doc
4
5# Bring in the default rules
6include ../buildlib/defaults.mak
7
8# SGML Documents
9SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml cache.sgml \
10 method.sgml
11include $(DEBIANDOC_H)
12
13# Man pages
14SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5
15include $(YODL_MANPAGE_H)
16
17# Examples
18SOURCE = examples/apt.conf examples/sources.list
19TO = $(DOC)
20include $(COPY_H)