From db61b582764e79d2c0d1ea64fe54308494d13581 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 17 Nov 2005 21:26:09 +0000 Subject: [PATCH] use system's tools --- po/Makefile | 4 ++-- 1 file 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) -- 2.30.2