]> git.saurik.com Git - apt.git/blame - doc/makefile
More fixes
[apt.git] / doc / makefile
CommitLineData
ac966541
AL
1# -*- make -*-
2BASE=..
3164dff9 3SUBDIR=doc
ac966541
AL
4
5# Bring in the default rules
6include ../buildlib/defaults.mak
7
8# SGML Documents
dd80ca3c 9SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml cache.sgml \
a66a514f 10 method.sgml offline.sgml
ac966541
AL
11include $(DEBIANDOC_H)
12
13# Man pages
c5796672 14SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 apt-config.8
8a9ec519 15include $(YODL_MANPAGE_H)
c3c459fc
AL
16
17# Examples
7834cb57 18SOURCE = examples/apt.conf examples/sources.list examples/configure-index
c3c459fc
AL
19TO = $(DOC)
20include $(COPY_H)