]>
Commit | Line | Data |
---|---|---|
ac966541 AL |
1 | # -*- make -*- |
2 | BASE=.. | |
3164dff9 | 3 | SUBDIR=doc |
ac966541 AL |
4 | |
5 | # Bring in the default rules | |
6 | include ../buildlib/defaults.mak | |
7 | ||
b2e465d6 AL |
8 | # Debian Doc SGML Documents |
9 | SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml guide.it.sgml \ | |
10 | cache.sgml method.sgml offline.sgml | |
ac966541 AL |
11 | include $(DEBIANDOC_H) |
12 | ||
13 | # Man pages | |
b2e465d6 | 14 | SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 \ |
234edfd0 | 15 | apt-config.8 apt-sortpkgs.1 apt-ftparchive.1 apt_preferences.5 \ |
a7c835af | 16 | apt-extracttemplates.1 vendors.list.5 |
b2e465d6 AL |
17 | INCLUDES = apt.ent |
18 | include $(SGML_MANPAGE_H) | |
c3c459fc AL |
19 | |
20 | # Examples | |
b2e465d6 | 21 | SOURCE = examples/apt.conf examples/sources.list examples/configure-index |
c3c459fc | 22 | TO = $(DOC) |
921cd883 | 23 | TARGET = doc |
c3c459fc | 24 | include $(COPY_H) |