]> git.saurik.com Git - apt.git/blame - doc/makefile
copy rules now require a TARGET var, to specify the tar...
[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
b2e465d6
AL
8# Debian Doc SGML Documents
9SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml guide.it.sgml \
10 cache.sgml method.sgml offline.sgml
ac966541
AL
11include $(DEBIANDOC_H)
12
13# Man pages
b2e465d6 14SOURCE = 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
17INCLUDES = apt.ent
18include $(SGML_MANPAGE_H)
c3c459fc
AL
19
20# Examples
b2e465d6 21SOURCE = examples/apt.conf examples/sources.list examples/configure-index
c3c459fc 22TO = $(DOC)
921cd883 23TARGET = doc
c3c459fc 24include $(COPY_H)