]>
Commit | Line | Data |
---|---|---|
1 | # -*- make -*- | |
2 | BASE=.. | |
3 | SUBDIR=doc | |
4 | ||
5 | # Bring in the default rules | |
6 | include ../buildlib/defaults.mak | |
7 | ||
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 | |
11 | include $(DEBIANDOC_H) | |
12 | ||
13 | # Man pages | |
14 | SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 \ | |
15 | apt-config.8 apt-sortpkgs.1 apt-ftparchive.1 apt_preferences.5 \ | |
16 | apt-extracttemplates.1 | |
17 | INCLUDES = apt.ent | |
18 | include $(SGML_MANPAGE_H) | |
19 | ||
20 | # Examples | |
21 | SOURCE = examples/apt.conf examples/sources.list examples/configure-index | |
22 | TO = $(DOC) | |
23 | include $(COPY_H) |