--- test/html-webhacc/Makefile 2008/07/21 12:56:33 1.3
+++ test/html-webhacc/Makefile 2008/08/16 13:09:08 1.4
@@ -1,4 +1,6 @@
-all: cc-msg.en.txt cc-msg.ja.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 $< en > $@
@@ -7,4 +9,7 @@
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 > $@