| 1 |
all: error-description.en.html.u8 |
all: cc-msg.en.txt cc-msg.ja.txt \ |
| 2 |
|
error-description.en.html.u8 \ |
| 3 |
|
error-description.ja.html.u8 |
| 4 |
|
|
| 5 |
|
cc-msg.en.txt: error-description-source.xml mkcatalog.pl |
| 6 |
|
perl mkcatalog.pl $< en > $@ |
| 7 |
|
|
| 8 |
|
cc-msg.ja.txt: error-description-source.xml mkcatalog.pl |
| 9 |
|
perl mkcatalog.pl $< ja > $@ |
| 10 |
|
|
| 11 |
error-description.en.html.u8: error-description-source.xml mkdescription.pl |
error-description.en.html.u8: error-description-source.xml mkdescription.pl |
| 12 |
perl mkdescription.pl $< > $@ |
perl mkdescription.pl $< en > $@ |
| 13 |
|
|
| 14 |
|
error-description.ja.html.u8: error-description-source.xml mkdescription.pl |
| 15 |
|
perl mkdescription.pl $< ja > $@ |