From 8667550dfcb20e6312465a83d28efb5194d8b2f8 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:04:14 +0000 Subject: Actually build the ja documentation Author: mdz Date: 2003-12-21 00:15:28 GMT Actually build the ja documentation --- doc/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 $* -- cgit v1.2.3-70-g09d2