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

File: [local] / OpenXM / src / kan96xx / Doc / Resource / Makefile (download)

Revision 1.1, Sat Feb 4 02:44:39 2006 UTC (18 years, 5 months ago) by takayama
Branch: MAIN

localizedString returns a translation of a given message.
See changelog-ja.tex for details.

# $OpenXM: OpenXM/src/kan96xx/Doc/Resource/Makefile,v 1.1 2006/02/04 02:44:39 takayama Exp $
# Do not add OpenXM tags to translation resources.
usage:
	@echo "make utf8 to translate eucJP files into utf8"
	@echo "After the translation, commit them."

utf8: asir-ja_JP.UTF8.sm1 sm1-ja_JP.UTF8.sm1

asir-ja_JP.UTF8.sm1 : asir-ja_JP.eucJP.sm1
	nkf -w asir-ja_JP.eucJP.sm1 >asir-ja_JP.UTF8.sm1

sm1-ja_JP.UTF8.sm1 : sm1-ja_JP.eucJP.sm1
	nkf -w sm1-ja_JP.eucJP.sm1 >sm1-ja_JP.UTF8.sm1