aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-17 21:26:09 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-17 21:26:09 +0000
commitdb61b582764e79d2c0d1ea64fe54308494d13581 (patch)
treef3f4e4531e2910dcb6761aa50ed8f759eee0202b
parent5013de663662aa54b7e5f8d505b0cb1d018db796 (diff)
downloadenigma2-db61b582764e79d2c0d1ea64fe54308494d13581.tar.gz
enigma2-db61b582764e79d2c0d1ea64fe54308494d13581.zip
use system's tools
-rw-r--r--po/Makefile4
1 files changed, 2 insertions, 2 deletions
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)