X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c57966727784610624631397f9547057e9cfc7aa..7b464090c26153e808b90726e2faa58029f6bb88:/doc/makefile diff --git a/doc/makefile b/doc/makefile index d161f708f..ea25628bb 100644 --- a/doc/makefile +++ b/doc/makefile @@ -1,20 +1,34 @@ # -*- make -*- BASE=.. SUBDIR=doc +SUBDIRS= fr pt_BR # Bring in the default rules include ../buildlib/defaults.mak -# SGML Documents -SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml cache.sgml \ - method.sgml +# Debian Doc SGML Documents +SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml guide.it.sgml \ + cache.sgml method.sgml offline.sgml include $(DEBIANDOC_H) # Man pages -SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 apt-config.8 -include $(YODL_MANPAGE_H) +SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 \ + apt-config.8 apt-sortpkgs.1 apt-ftparchive.1 apt_preferences.5 \ + apt-extracttemplates.1 vendors.list.5 +INCLUDES = apt.ent +include $(SGML_MANPAGE_H) # Examples -SOURCE = examples/apt.conf examples/sources.list +SOURCE = examples/apt.conf examples/sources.list examples/configure-index TO = $(DOC) +TARGET = binary include $(COPY_H) + +#.PHONY: headers library clean veryclean all binary program doc doc.pt_BR doc.fr +doc: doc.fr doc.pt_BR + +doc.fr: %.fr: + $(MAKE) -C fr $* + +doc.pt_BR: %.pt_BR: + $(MAKE) -C pt_BR $*