From dc49617d9fb412992da699a1c26773d7c47ffffc Mon Sep 17 00:00:00 2001 From: carstenklapp Date: Mon, 17 Dec 2001 23:03:42 +0000 Subject: [PATCH] Added new directories to translation Makefile: plugins, WikiDB & WikiDB/backend. Removed /admin, I understand this is no longer used in 1.3. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@813 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- locale/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/locale/Makefile b/locale/Makefile index 6ccba7b3d..64194cc3f 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 2001-11-29 03:04:36 dairiki Exp $ +# $Id: Makefile,v 1.4 2001-12-17 23:03:42 carstenklapp Exp $ # # locale/Makefile # @@ -12,7 +12,8 @@ PO_FILES = $(patsubst %, po/%.po, ${ALL_LINGUAS}) MO_FILES = $(patsubst %, %/LC_MESSAGES/phpwiki.mo, ${ALL_LINGUAS}) PHP_FILES = ${MO_FILES:.mo=.php} -PHP_SRC := $(wildcard ../lib/*.php ../admin/*.php ../templates/*.html) +#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 -- 2.45.0