add gb2312 chinese encoding
authorchriskl <chriskl>
Tue, 18 Feb 2003 06:33:15 +0000 (06:33 +0000)
committerchriskl <chriskl>
Tue, 18 Feb 2003 06:33:15 +0000 (06:33 +0000)
lang/Makefile

index da887936efb76e0a7f8fdafd381d33e2bd66ac18..2906818e1c7a3ffc7b01f93a81cd0f65071ab786 100644 (file)
@@ -6,11 +6,11 @@
 # It is important to fix first and last lines of the file <?php and ?>
 # using 'awk'
 # 
-# $Id: Makefile,v 1.4 2003/01/27 13:38:25 chriskl Exp $
+# $Id: Makefile,v 1.5 2003/02/18 06:33:15 chriskl Exp $
 #
 DESTDIR=./recoded
 
-all:   polish english chinese-tr-utf8 chinese-tr-big5 dutch german spanish italian
+all:   polish english chinese-tr-utf8 chinese-tr-big5 chinese-tr-gb dutch german spanish italian
 
 polish:
        cat polish.php | recode latin2..html | \
@@ -52,3 +52,8 @@ chinese-tr-big5:
                awk '{ gsub("&gt;",">"); gsub("&lt;","<"); print $0}' \
                > ${DESTDIR}/chinese-tr-big5.php
 
+chinese-tr-gb:
+       cat chinese-tr-gb.php | recode gb2312..html | \
+               awk '{ gsub("&gt;",">"); gsub("&lt;","<"); print $0}' \
+               > ${DESTDIR}/chinese-tr-gb.php
+