mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
gettext.mk: Add variable GETTEXT_EXTRA_KEYWORDS
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
03e75236a7
commit
9d7875b5c8
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ GETTEXT_MO ?= $(patsubst %.po,%.mo,$(GETTEXT_PO))
|
||||||
GETTEXT_INPUT_DIRS ?= $(wildcard $(TOPDIR)/tools $(TOPDIR)/src $(TOPDIR)/conf)
|
GETTEXT_INPUT_DIRS ?= $(wildcard $(TOPDIR)/tools $(TOPDIR)/src $(TOPDIR)/conf)
|
||||||
GETTEXT_INPUT_FILES ?= $(foreach d,$(GETTEXT_INPUT_DIRS),\
|
GETTEXT_INPUT_FILES ?= $(foreach d,$(GETTEXT_INPUT_DIRS),\
|
||||||
$(shell find $d -name '*.php' -o -name '*.cpp' -o -name '*.conf'))
|
$(shell find $d -name '*.php' -o -name '*.cpp' -o -name '*.conf'))
|
||||||
GETTEXT_KEYWORDS ?= htr ehtr
|
GETTEXT_KEYWORDS ?= htr ehtr $(GETTEXT_EXTRA_KEYWORDS)
|
||||||
|
|
||||||
all: $(GETTEXT_MO)
|
all: $(GETTEXT_MO)
|
||||||
clean: clean-mo
|
clean: clean-mo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue