summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2004-05-04 16:27:13 +0000
committerFrederic Lepied <flepied@mandriva.com>2004-05-04 16:27:13 +0000
commitc11b703c3c02f2197ae4b1d4bd6ad6b3418d9b29 (patch)
treea7cbb57a755ea49145be5dd51944ff1873e1ae1e /po/Makefile
parentc9470d2d3cf89903bb6e7dd93e9edc18390151c9 (diff)
downloadmgaonline-c11b703c3c02f2197ae4b1d4bd6ad6b3418d9b29.tar
mgaonline-c11b703c3c02f2197ae4b1d4bd6ad6b3418d9b29.tar.gz
mgaonline-c11b703c3c02f2197ae4b1d4bd6ad6b3418d9b29.tar.bz2
mgaonline-c11b703c3c02f2197ae4b1d4bd6ad6b3418d9b29.tar.xz
mgaonline-c11b703c3c02f2197ae4b1d4bd6ad6b3418d9b29.zip
don't remove mdkonline.pot
Diffstat (limited to 'po/Makefile')
-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)