From: Felix Domke Date: Thu, 8 Jun 2006 22:46:35 +0000 (+0000) Subject: attempt to fix enigma2.pot generation on install X-Git-Tag: 2.6.0~3332 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/727ec20dbd889761d3945a2db8f24ff4e60ee21a attempt to fix enigma2.pot generation on install --- diff --git a/po/Makefile.am b/po/Makefile.am index a3577ad9..c44f7910 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -16,9 +16,6 @@ default: enigma2.pot $(LANGPO) merge $(LANGMO) done merge: - msguniq -o enigma2uniq.pot enigma2.pot - $(RM) enigma2.pot - mv enigma2uniq.pot enigma2.pot for lang in $(LANGS); do \ msgmerge -N -U $$lang.po enigma2.pot; \ done @@ -64,6 +61,11 @@ enigma2.pot: ../lib/python/Tools/FuzzyDate.py \ ../RecordTimer.py ./xml2po.py ../data/ >> enigma2.pot + msguniq -o enigma2uniq.pot enigma2.pot + $(RM) enigma2.pot + mv enigma2uniq.pot enigma2.pot + +.PHONY: enigma2.pot %.mo: %.po