improve comment and include chinese-utf8 in 'all' target
authorchriskl <chriskl>
Sat, 25 Jan 2003 09:50:43 +0000 (09:50 +0000)
committerchriskl <chriskl>
Sat, 25 Jan 2003 09:50:43 +0000 (09:50 +0000)
lang/Makefile

index 5f8e9ac66a4636e5982bad235e9c392b931afaae..3d7935046c1ba42e3994aa0c5d42a6fb548c97f1 100644 (file)
@@ -1,12 +1,16 @@
 # 
-# That Makefile recodes source lang files into HTML Unicode
-# You should add your encodings to this file.
-#
-# line with 'awk' fixes <?php and ?> tags at the top and bottom of file
+# This Makefile recodes source lang files into HTML Unicode.
+# You should add your encodings to this file.  You need to have GNU Recode
+# installed.
+# 
+# It is important to fix first and last lines of the file <?php and ?>
+# using 'awk'
 # 
+# $Id: Makefile,v 1.3 2003/01/25 09:50:43 chriskl Exp $
+#
 DESTDIR=./recoded
 
-all:   polish english
+all:   polish english chinese-utf8
 
 polish:
        cat polish.php | recode latin2..html | \