]> git.saurik.com Git - apt.git/blob - doc/makefile
Join with aliencode
[apt.git] / doc / makefile
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 INCLUDES = apt.ent
17 include $(SGML_MANPAGE_H)
18
19 # Examples
20 SOURCE = examples/apt.conf examples/sources.list examples/configure-index
21 TO = $(DOC)
22 include $(COPY_H)