head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2008.07.02.11.59.18;	author wkpark;	state Exp;
branches;
next	;


desc
@@


1.1
log
@add 6x2x4 (by JN and Dohyun Kim) and 8x3x5 (by JN)
@
text
@LJMO=ljmo01.sfd ljmo02.sfd ljmo03.sfd ljmo04.sfd ljmo05.sfd ljmo06.sfd
VJMO=vjmo01.sfd vjmo02.sfd
TJMO=tjmo01.sfd tjmo02.sfd tjmo03.sfd tjmo04.sfd

all: UnBatang.ttf

UnBatang.ttf: UnBatang.sfd UnBatangGSUB.ff ljmo00.sfd vjmo00.sfd tjmo00.sfd 6x2x4.sfd 6x2x4.fea
	fontforge -script UnBatangGSUB.ff 

6x2x4.sfd: merge_jmo.pl $(LJMO) $(VJMO) $(TJMO)
	perl ./merge_jmo.pl $(LJMO) $(VJMO) $(TJMO) > 6x2x4.sfd

clean:
	rm -f 6x2x4.sfd UnBatang.otf UnBatang.ttf
@
