Updating po makefile.

This commit is contained in:
Daniel Baumann 2010-07-24 17:20:11 +02:00
parent 7fdbb8ef5c
commit 78f3e8fa41
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ECHO_FUNCTIONS="Echo_message Echo_verbose Echo_warning Echo_debug Echo_error Ech
POFILES=$(wildcard *.po)
MOFILES=$(patsubst %.po,%.mo,$(POFILES))
LINGUAS=$(basename $(POFILES))
GETTEXTFILES=$(shell find ../helpers ../functions -type f)
GETTEXTFILES=$(shell find ../scripts/build ../functions -type f)
POTFILE=$(DOMAIN).pot
DESTDIR=/
XGETTEXT_KEYWORDS=$(shell echo $(ECHO_FUNCTIONS) |sed -e 's,\S\+,-k&,g')