diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:13 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:13 +0000 |
commit | 9975c27866fd2f7b9a7f5ec44b5ca5ee70f947b2 (patch) | |
tree | f50b2c053de1b3c3a8dad9abd1a72c719a2929b9 /doc/makefile | |
parent | 385f5c07eb04a486a3f04fc24721f2d554aeec03 (diff) |
Add pt_BR translation of apt_preferences(5). Also, bui...
Author: doogie
Date: 2003-04-27 00:25:57 GMT
Add pt_BR translation of apt_preferences(5). Also, build fr manpages.
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/makefile b/doc/makefile index 6fef0cc6e..67236784c 100644 --- a/doc/makefile +++ b/doc/makefile @@ -1,6 +1,7 @@ # -*- make -*- BASE=.. SUBDIR=doc +SUBDIRS= fr pt_BR # Bring in the default rules include ../buildlib/defaults.mak @@ -22,3 +23,12 @@ SOURCE = examples/apt.conf examples/sources.list examples/configure-index TO = $(DOC) TARGET = doc 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 $* |