diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-24 17:20:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:15 +0100 |
commit | a3f4f7bc7931bb83e0ca680b95586fb4b2cfcbcc (patch) | |
tree | dffb64c9948ba48fd8ec5b85792f8aeda82858f7 | |
parent | c37899f3dc1438efa137ae802ae468c8b19e24de (diff) | |
download | vyos-live-build-a3f4f7bc7931bb83e0ca680b95586fb4b2cfcbcc.tar.gz vyos-live-build-a3f4f7bc7931bb83e0ca680b95586fb4b2cfcbcc.zip |
Updating po makefile.
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index c77ddead4..3216d1f9a 100644 --- a/po/Makefile +++ b/po/Makefile @@ -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') |