Parent Directory
|
Revision Log
++ ChangeLog 16 Aug 2008 13:08:56 -0000 * Makefile: Generate Japanese version of error description document. * cc-script.js, cc-style.css: Support for help popup. * error-description-source.xml: Descriptions are added to the description of WebHACC itself and descriptions of error levels. Old error level table is removed. * mkdescription.pl: Assume the second argument is the language. Support for d:cat/d:desc. 2008-08-16 Wakaba <wakaba@suika.fam.cx>
| 1 | 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 |
| 12 | perl mkdescription.pl $< en > $@ |
| 13 | |
| 14 | error-description.ja.html.u8: error-description-source.xml mkdescription.pl |
| 15 | perl mkdescription.pl $< ja > $@ |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |