* apt-get build-dep, when trying to skip over the remai...
[ntk/apt.git] / doc / makefile
CommitLineData
ac966541
AL
1# -*- make -*-
2BASE=..
3164dff9 3SUBDIR=doc
9975c278 4SUBDIRS= fr pt_BR
ac966541
AL
5
6# Bring in the default rules
7include ../buildlib/defaults.mak
8
b2e465d6
AL
9# Debian Doc SGML Documents
10SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml guide.it.sgml \
11 cache.sgml method.sgml offline.sgml
ac966541
AL
12include $(DEBIANDOC_H)
13
14# Man pages
b2e465d6 15SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 \
234edfd0 16 apt-config.8 apt-sortpkgs.1 apt-ftparchive.1 apt_preferences.5 \
a7c835af 17 apt-extracttemplates.1 vendors.list.5
b2e465d6
AL
18INCLUDES = apt.ent
19include $(SGML_MANPAGE_H)
c3c459fc
AL
20
21# Examples
b2e465d6 22SOURCE = examples/apt.conf examples/sources.list examples/configure-index
c3c459fc 23TO = $(DOC)
8319e9c3 24TARGET = binary
c3c459fc 25include $(COPY_H)
9975c278
AL
26
27#.PHONY: headers library clean veryclean all binary program doc doc.pt_BR doc.fr
28doc: doc.fr doc.pt_BR
29
30doc.fr: %.fr:
31 $(MAKE) -C fr $*
32
33doc.pt_BR: %.pt_BR:
34 $(MAKE) -C pt_BR $*