From 727ec20dbd889761d3945a2db8f24ff4e60ee21a Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 8 Jun 2006 22:46:35 +0000 Subject: attempt to fix enigma2.pot generation on install --- po/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- cgit v1.2.3