[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.2, Sat Feb 4 06:39:51 2006 UTC (18 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.1: +5 -3 lines

test1.sm1 contains a test function for new translations.

# $OpenXM: OpenXM/src/kan96xx/Doc/Resource/Makefile,v 1.2 2006/02/04 06:39:51 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
	echo "%DO NOT EDIT THIS FILE. Edit asir-ja_JP.eucJP.sm1" > asir-ja_JP.UTF8.sm1
	nkf -w asir-ja_JP.eucJP.sm1 >>asir-ja_JP.UTF8.sm1

sm1-ja_JP.UTF8.sm1 : sm1-ja_JP.eucJP.sm1
	echo "%DO NOT EDIT THIS FILE. Edit sm1-ja_JP.eucJP.sm1" > sm1-ja_JP.UTF8.sm1
	nkf -w sm1-ja_JP.eucJP.sm1 >>sm1-ja_JP.UTF8.sm1