summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-07-24 17:20:11 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:15 +0100
commita3f4f7bc7931bb83e0ca680b95586fb4b2cfcbcc (patch)
treedffb64c9948ba48fd8ec5b85792f8aeda82858f7 /po
parentc37899f3dc1438efa137ae802ae468c8b19e24de (diff)
downloadlive-build-a3f4f7bc7931bb83e0ca680b95586fb4b2cfcbcc.zip
live-build-a3f4f7bc7931bb83e0ca680b95586fb4b2cfcbcc.tar.gz
Updating po makefile.
Diffstat (limited to 'po')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index c77ddea..3216d1f 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')