#
-# 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 | \