4 SUBDIRS= fr ja pl pt_BR es
6 # Bring in the default rules
7 include ../buildlib/defaults.mak
9 # Debian Doc SGML Documents
10 SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml guide.it.sgml \
11 cache.sgml method.sgml offline.sgml
12 include $(DEBIANDOC_H)
15 SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 \
16 apt-config.8 apt_preferences.5 \
17 apt-sortpkgs.1 apt-ftparchive.1 apt-extracttemplates.1 \
18 apt-key.8 apt-secure.8 apt-mark.8
20 include $(XML_MANPAGE_H)
23 SOURCE = examples/apt.conf examples/sources.list examples/configure-index examples/apt-https-method-example.conf
28 #.PHONY: headers library clean veryclean all binary program doc doc.pt_BR doc.fr
29 doc: doc.fr doc.ja doc.pl doc.pt_BR doc.es
47 DOXYGEN_SOURCES = $(shell find $(BASE)/apt-pkg -not -name .\\\#* -and \( -name \*.cc -or -name \*.h \) )
52 rm -fr $(BUILD)/doc/doxygen
53 rm -f $(BUILD)/doc/doxygen-stamp
55 $(BUILD)/doc/Doxyfile: Doxyfile.in
56 (cd $(BUILD) && ./config.status doc/Doxyfile)
58 $(BUILD)/doc/doxygen-stamp: $(DOXYGEN_SOURCES) $(BUILD)/doc/Doxyfile
59 rm -fr $(BUILD)/doc/doxygen
60 $(DOXYGEN) $(BUILD)/doc/Doxyfile
61 touch $(BUILD)/doc/doxygen-stamp
63 doc: $(BUILD)/doc/doxygen-stamp