head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.03.01.18.21.58;	author clive;	state dead;
branches;
next	1.1;

1.1
date	99.09.10.12.05.55;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Say bye-bye to chinese/aterm, chinese/xa+cv, chinese/xcin.

Thanks for serving Chinese people for such a long time, it's time
to retire.

Reason for aterm retiring: chinese/rxvt-* and chinese/crxvt

Reason for xcin and xa+cv retiring: Now most favored X applications,
                                    like gtk12 based or QT based even
				    motif based, could just work happily
				    with xcin25, chinput and chinput2.

For people who wants to know what's aterm, xa+cv, and xcin, here's
brief introduction for remembrance:

Aterm and xcin use their own protocol to input Chinese (big5 actually)
words. Xa+cv is a hacky wrapper for X applications to hook "xcin protocol."
@
text
@--- src/Makefile.in.org	Fri Sep 10 19:54:58 1999
+++ src/Makefile.in	Fri Sep 10 19:55:52 1999
@@@@ -149,7 +149,7 @@@@
 
 install_xcin: xcin $(KBMS) $(INPUT0) tsintab
 	if [ ! -d $(PATH_XCIN_BIN) ]; then $(INSTALL_DIR) $(PATH_XCIN_BIN); fi
-	$(INSTALL) xcin $(PATH_XCIN_BIN)
+	$(INSTALL_PROGRAM) xcin $(PATH_XCIN_BIN)
 	echo $(PATH_XCIN_BIN)/xcin >> filelist
 
 	if [ ! -d $(PATH_XCIN_DIR) ]; then $(INSTALL_DIR) $(PATH_XCIN_DIR); fi
@@@@ -159,13 +159,13 @@@@
 
 install_cin2tab: cin2tab
 	if [ ! -d $(PATH_XCIN_DIR) ]; then $(INSTALL_DIR) $(PATH_XCIN_DIR); fi
-	$(INSTALL) cin2tab $(PATH_XCIN_DIR)
+	$(INSTALL_PROGRAM) cin2tab $(PATH_XCIN_DIR)
 	echo $(PATH_XCIN_DIR)/cin2tab >> filelist
 
 install_tsintools: tsintools
 	if [ ! -d $(PATH_XCIN_DIR) ]; then $(INSTALL_DIR) $(PATH_XCIN_DIR); fi
 	for f in $(TSINTOOLS); do\
-            $(INSTALL) $$f $(PATH_XCIN_DIR); echo $(PATH_XCIN_DIR)/$$f >> filelist;\
+            $(INSTALL_PROGRAM) $$f $(PATH_XCIN_DIR); echo $(PATH_XCIN_DIR)/$$f >> filelist;\
 	done
 
 install_tsintabsrc:
@


1.1
log
@Minor update, make xcin-2.3 to install again.

Obtained from : bento.
@
text
@@

