]> git.saurik.com Git - apt.git/blobdiff - doc/makefile
Fix the doc build.
[apt.git] / doc / makefile
index 45cb7a878c1482cc79577a2d5beeeb094d085dc2..ea25628bb6ed336c8ea81d2e9bfb97a73d7a5188 100644 (file)
@@ -1,6 +1,7 @@
 # -*- make -*-
 BASE=..
 SUBDIR=doc
+SUBDIRS= fr pt_BR
 
 # Bring in the default rules
 include ../buildlib/defaults.mak
@@ -12,11 +13,22 @@ include $(DEBIANDOC_H)
 
 # Man pages
 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-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 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 $*