From: Arch Librarian Date: Mon, 20 Sep 2004 17:04:14 +0000 (+0000) Subject: Actually build the ja documentation X-Git-Tag: 0.7.24ubuntu1~587 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/8667550dfcb20e6312465a83d28efb5194d8b2f8?ds=inline Actually build the ja documentation Author: mdz Date: 2003-12-21 00:15:28 GMT Actually build the ja documentation --- diff --git a/doc/makefile b/doc/makefile index db6de00df..9a5775c1f 100644 --- a/doc/makefile +++ b/doc/makefile @@ -25,7 +25,7 @@ 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.es +doc: doc.fr doc.ja doc.pt_BR doc.es doc.fr: %.fr: $(MAKE) -C fr $* @@ -35,3 +35,6 @@ doc.pt_BR: %.pt_BR: doc.es: %.es: $(MAKE) -C es $* + +doc.ja: %.ja: + $(MAKE) -C ja $*