Updating po makefile.
This commit is contained in:
parent
7fdbb8ef5c
commit
78f3e8fa41
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue