Brazilian Portuguese translation from Angelo Rigo (angelo_rigo@yahoo.com.br)
authorchriskl <chriskl>
Thu, 22 May 2003 02:03:59 +0000 (02:03 +0000)
committerchriskl <chriskl>
Thu, 22 May 2003 02:03:59 +0000 (02:03 +0000)
lang/Makefile

index c381156c9d498735c23b8867b03542065a2470cb..199ba92e3532b174e335459d613f7a680144b8a4 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.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 | \
@@ -83,3 +83,8 @@ turkish:
                awk '{ gsub("&gt;",">"); gsub("&lt;","<"); print $0}' \
                > ${DESTDIR}/turkish.php
 
+portuguese-br:
+       cat portuguese-br.php | recode iso-8859-1..html | \
+               awk '{ gsub("&gt;",">"); gsub("&lt;","<"); print $0}' \
+               > ${DESTDIR}/portuguese-br.php
+