From: Stefan Pluecken Date: Thu, 17 Nov 2005 21:26:09 +0000 (+0000) Subject: use system's tools X-Git-Tag: 2.6.0~5102 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/db61b582764e79d2c0d1ea64fe54308494d13581 use system's tools --- diff --git a/po/Makefile b/po/Makefile index 3a078eda..2cc9f9b9 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,8 +1,8 @@ #GETTEXT=./pygettext.py GETTEXT=xgettext -MSGFMT = ./msgfmt.py -#MSGFMT = msgfmt +#MSGFMT = ./msgfmt.py +MSGFMT = msgfmt LANGS := de en LANGPO := $(foreach LANG, $(LANGS),$(LANG).po)