--- test/html-webhacc/Makefile 2007/07/16 08:38:48 1.2
+++ test/html-webhacc/Makefile 2008/08/16 13:09:08 1.4
@@ -1,7 +1,15 @@
-all: cc-msg.en.txt error-description.en.html.u8
+all: cc-msg.en.txt cc-msg.ja.txt \
+ error-description.en.html.u8 \
+ error-description.ja.html.u8
cc-msg.en.txt: error-description-source.xml mkcatalog.pl
- perl mkcatalog.pl $< > $@
+ perl mkcatalog.pl $< en > $@
+
+cc-msg.ja.txt: error-description-source.xml mkcatalog.pl
+ perl mkcatalog.pl $< ja > $@
error-description.en.html.u8: error-description-source.xml mkdescription.pl
- perl mkdescription.pl $< > $@
+ perl mkdescription.pl $< en > $@
+
+error-description.ja.html.u8: error-description-source.xml mkdescription.pl
+ perl mkdescription.pl $< ja > $@