]> git.saurik.com Git - apt.git/blobdiff - doc/makefile
- Don't fall off the end of the buffer when comparing v...
[apt.git] / doc / makefile
index 2ea37eae78005fadab341471efd98d9f3a988fde..ea25628bb6ed336c8ea81d2e9bfb97a73d7a5188 100644 (file)
@@ -1,6 +1,7 @@
 # -*- make -*-
 BASE=..
 SUBDIR=doc
+SUBDIRS= fr pt_BR
 
 # Bring in the default rules
 include ../buildlib/defaults.mak
@@ -20,4 +21,14 @@ 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 $*