head	1.6;
access;
symbols
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	cjk_4_1_3:1.1.1.1
	KEITH:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2006.03.16.06.22.02;	author delphij;	state dead;
branches;
next	1.5;

1.5
date	2002.11.07.17.08.55;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2001.11.15.13.12.58;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2000.01.24.06.28.28;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	99.03.08.22.03.32;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	98.10.08.15.37.34;	author vanilla;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.10.08.15.37.34;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Several improvements over chinese/CJK port, to make it possible to
support CJK PDF builds.

Submitted by:	intron <intron at intron ac>
Approved by:	Rong-En Fan <rafan at infor org> (maintainer, with changes)
Approved by:	clive
@
text
@--- Makefile.orig	Thu Jan  1 08:00:00 1970
+++ Makefile	Sat Feb 20 08:10:54 1999
@@@@ -0,0 +1,24 @@@@
+#
+# Makefile for CJK to apply on Unix systems more smoothly.
+#
+
+CP = /bin/cp
+CHOWN = /usr/sbin/chown
+
+LATEX_DIR = $(PREFIX)/share/texmf/tex/latex
+CJK_DIR = $(LATEX_DIR)/CJK
+
+all:
+	$(MAKE) -C utils $@@
+
+install: install-texinput
+	$(MAKE) -C utils $@@
+
+install-texinput:
+	(rm -fr $(CJK_DIR)) && \
+	(mkdir -p $(CJK_DIR)) && \
+	($(CP) -R texinput/* $(CJK_DIR)) && \
+	($(CHOWN) -R $(SHAREOWN):$(SHAREGRP) $(CJK_DIR))
+
+clean:
+	$(MAKE) -C utils $@@
@


1.5
log
@make it build again
@
text
@@


1.4
log
@chown user:group, not user.group
@
text
@d21 3
a23 3
+	(rm -fr $(CJK_DIR)); && \
+	(mkdir -p $(CJK_DIR)); && \
+	($(CP) -R texinput/* $(CJK_DIR)); && \
@


1.3
log
@Fromm maintainer:

1. Change freetype-1.2 to freetype-1.3 in post-install, so
   it can find freetype sources to build ttf2pk & ttf2tfm.
2. It no longer uses moettf, but Arphic ttf instead, which
   has no character loss and IMHO much more beautiful. :)
3. Generates GB tfms from Arphic fonts.
4. Update maintainer's address.

PR:		16042
Submitted by:	maintainer
@
text
@d24 1
a24 1
+	($(CHOWN) -R $(SHAREOWN).$(SHAREGRP) $(CJK_DIR))
@


1.2
log
@Update to version 4.2.0.

PR:		10406
Submitted by:	Keith Jang <keith@@gcn.net.tw>
@
text
@d3 1
a3 1
@@@@ -0,0 +1,23 @@@@
d21 1
@


1.1
log
@Initial revision
@
text
@d1 3
a3 3
--- Makefile.orig	Fri Oct  2 17:33:23 1998
+++ Makefile	Fri Oct  2 17:33:23 1998
@@@@ -0,0 +1,18 @@@@
d7 6
a12 2
+# keith@@email.gcn.net.tw
+#
d15 1
a15 1
+	$(MAKE) -C 4_1.3 $@@
d17 2
a18 2
+install: all
+	$(MAKE) -C 4_1.3 $@@
d20 4
a23 2
+test-teTeX-patch:
+	$(MAKE) -C 4_1.3 test-teTeX-patch
d26 1
a26 2
+	$(MAKE) -C 4_1.3 $@@
+
@


1.1.1.1
log
@Chinese/Japanese/Korean support to LaTeX2e/teTeX
PR:		ports/6954
Submitted by:	J.T. Jang <keith@@email.gcn.net.tw>
@
text
@@
