From: Carsten K. <car...@us...> - 2001-12-17 23:21:51
|
Update of /cvsroot/phpwiki/phpwiki/locale In directory usw-pr-cvs1:/tmp/cvs-serv7637/phpwiki/locale Modified Files: Makefile Log Message: Added new directories to translation Makefile: plugins, WikiDB & WikiDB/backend. Removed /admin, I understand this is no longer used in 1.3. Index: Makefile =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile 2001/11/29 03:04:36 1.3 --- Makefile 2001/12/17 23:03:42 1.4 *************** *** 13,17 **** PHP_FILES = ${MO_FILES:.mo=.php} ! PHP_SRC := $(wildcard ../lib/*.php ../admin/*.php ../templates/*.html) .PHONY: all po mo --- 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 |