From: Carsten K. <car...@us...> - 2002-01-05 13:42:31
|
Update of /cvsroot/phpwiki/phpwiki/locale In directory usw-pr-cvs1:/tmp/cvs-serv23126 Modified Files: Makefile Log Message: rewrap text Index: Makefile =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Makefile 2001/12/21 07:43:08 1.6 --- Makefile 2002/01/05 13:42:29 1.7 *************** *** 3,8 **** # locale/Makefile # ! # This is a replacement for locale/translate.sh to avoid remaking files that ! # don't need to be remade. # --- 3,8 ---- # locale/Makefile # ! # This is a replacement for locale/translate.sh to avoid remaking ! # files that don't need to be remade. # *************** *** 13,18 **** PHP_FILES = ${MO_FILES:.mo=.php} ! #PHP_SRC := $(wildcard ../lib/*.php ../admin/*.php ../templates/*.html) ! PHP_SRC := $(wildcard ../templates/*.html ../lib/plugin/*.php ../lib/*.php ../lib/WikiDB/backend/*.php ../lib/WikiDB/*.php) .PHONY: all po mo --- 13,18 ---- PHP_FILES = ${MO_FILES:.mo=.php} ! PHP_SRC := $(wildcard ../templates/*.html ../lib/plugin/*.php \ ! ../lib/*.php ../lib/WikiDB/backend/*.php ../lib/WikiDB/*.php) .PHONY: all po mo *************** *** 39,41 **** msgunfmt $< | awk -f make-php-trans.awk > $@ ! clean : #Nothing to be done for 'clean'. --- 39,41 ---- msgunfmt $< | awk -f make-php-trans.awk > $@ ! clean : # Nothing to be done for 'clean'. |