summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index b4da7608..8aef85a9 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -3,7 +3,7 @@ localedir = $(PREFIX)/usr/share/locale
LANGS = $(shell ls *.po | xargs -i basename {} .po )
PGOAL = mdkonline
-GOALS = $(PGOAL).pot $(foreach a, $(LANGS), $(a).mo)
+GOALS = $(foreach a, $(LANGS), $(a).mo)
PL_FILES = ../mdkonline ../mdkupdate ../mdkapplet
POFILES = $(shell ls *.po)