[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Doc / Resource

Annotation of OpenXM/src/kan96xx/Doc/Resource/Makefile, Revision 1.1

1.1     ! takayama    1: # $OpenXM$
        !             2: # Do not add OpenXM tags to translation resources.
        !             3: usage:
        !             4:        @echo "make utf8 to translate eucJP files into utf8"
        !             5:        @echo "After the translation, commit them."
        !             6:
        !             7: utf8: asir-ja_JP.UTF8.sm1 sm1-ja_JP.UTF8.sm1
        !             8:
        !             9: asir-ja_JP.UTF8.sm1 : asir-ja_JP.eucJP.sm1
        !            10:        nkf -w asir-ja_JP.eucJP.sm1 >asir-ja_JP.UTF8.sm1
        !            11:
        !            12: sm1-ja_JP.UTF8.sm1 : sm1-ja_JP.eucJP.sm1
        !            13:        nkf -w sm1-ja_JP.eucJP.sm1 >sm1-ja_JP.UTF8.sm1

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>