]>
Commit | Line | Data |
---|---|---|
ac966541 AL |
1 | # -*- make -*- |
2 | BASE=.. | |
3 | ||
4 | # Bring in the default rules | |
5 | include ../buildlib/defaults.mak | |
6 | ||
7 | # SGML Documents | |
8 | SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml cache.sgml | |
9 | include $(DEBIANDOC_H) | |
10 | ||
11 | # Man pages | |
12 | SOURCE = apt-cache.8 apt-get.8 apt.8 ftp.conf.5 sources.list.5 | |
13 | include $(MANPAGE_H) |