diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-24 17:20:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-07-24 17:20:11 +0200 |
commit | 78f3e8fa41b05a2eacf2aab99383be26f8adaadd (patch) | |
tree | dffb64c9948ba48fd8ec5b85792f8aeda82858f7 | |
parent | 7fdbb8ef5c7220d2add324900c7183e4446d6182 (diff) | |
download | vyos-live-build-78f3e8fa41b05a2eacf2aab99383be26f8adaadd.tar.gz vyos-live-build-78f3e8fa41b05a2eacf2aab99383be26f8adaadd.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') |