# It is important to fix first and last lines of the file <?php and ?>
# using 'awk'
#
-# $Id: Makefile,v 1.23 2003/05/08 01:34:42 chriskl Exp $
+# $Id: Makefile,v 1.24 2003/05/22 02:03:59 chriskl Exp $
#
DESTDIR=./recoded
-all: polish english chinese dutch german spanish italian french russian japanese slovak turkish czech
+all: polish english chinese dutch german spanish italian french russian japanese slovak turkish czech portuguese-br
polish:
cat polish.php | recode latin2..html | \
awk '{ gsub(">",">"); gsub("<","<"); print $0}' \
> ${DESTDIR}/turkish.php
+portuguese-br:
+ cat portuguese-br.php | recode iso-8859-1..html | \
+ awk '{ gsub(">",">"); gsub("<","<"); print $0}' \
+ > ${DESTDIR}/portuguese-br.php
+