summaryrefslogtreecommitdiff
path: root/doc/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:04:14 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:04:14 +0000
commit8667550dfcb20e6312465a83d28efb5194d8b2f8 (patch)
tree1b5afade3852ed8b254e31e47d319efddd232938 /doc/makefile
parent17a89f6d6caaa3a4ab9b45d61f7eaca0d6f5a5d6 (diff)
Actually build the ja documentation
Author: mdz Date: 2003-12-21 00:15:28 GMT Actually build the ja documentation
Diffstat (limited to 'doc/makefile')
-rw-r--r--doc/makefile5
1 files changed, 4 insertions, 1 deletions
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 $*