summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-15 12:42:03 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-15 12:42:03 +0000
commitf635c345c3d787d3b7f1287b8a08f8c569de2e43 (patch)
treeb3af15a57ee67dd49f0fce31823a2be7cb9ffb5a /po/Makefile
parentfb9674aca203e63093daaaec1014aca17020dd79 (diff)
downloadurpmi-f635c345c3d787d3b7f1287b8a08f8c569de2e43.tar
urpmi-f635c345c3d787d3b7f1287b8a08f8c569de2e43.tar.gz
urpmi-f635c345c3d787d3b7f1287b8a08f8c569de2e43.tar.bz2
urpmi-f635c345c3d787d3b7f1287b8a08f8c569de2e43.tar.xz
urpmi-f635c345c3d787d3b7f1287b8a08f8c569de2e43.zip
extract string to translate from *.desktop.in
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/po/Makefile b/po/Makefile
index a2aacf40..b7c61764 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -31,9 +31,10 @@ merge:
done
$(PGOAL).pot: $(PL_FILES)
+ intltool-update --gettext-package desktopstuff --pot
perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES)
- [ ! -e $(PGOAL)_tmp.pot ] || msgcat --use-first $(PGOAL)_tmp.pot > $@
- rm -f $(PGOAL)_tmp.pot
+ [ ! -e $(PGOAL)_tmp.pot ] || msgcat --use-first $(PGOAL)_tmp.pot desktopstuff.pot > $@
+ rm -f desktopstuff.pot $(PGOAL)_tmp.pot
install: all
for l in $(LANGS); do \