From a86fe1c632845d5c3dfd890ba592104c8ae5ecf6 Mon Sep 17 00:00:00 2001 From: chriskl Date: Sat, 25 Jan 2003 09:50:43 +0000 Subject: [PATCH] improve comment and include chinese-utf8 in 'all' target --- lang/Makefile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/lang/Makefile b/lang/Makefile index 5f8e9ac6..3d793504 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -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 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 +# 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 | \ -- 2.39.5