[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. apt-listbugs/0.1.8-23-g00a17c7

Francesco Poli (wintermute) invernomuto at paranoici.org
Wed Oct 24 20:32:15 UTC 2012


The following commit has been merged in the master branch:
commit 00a17c762c415661cc08e80118d2a448c1e0d62e
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Mon Oct 22 21:23:04 2012 +0200

    simplify Makefile and add checks for .po files

diff --git a/Makefile b/Makefile
index 87fbec3..adde211 100644
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,7 @@ update-po: po/apt-listbugs.pot
 	  msgmerge --no-wrap -U po/$$po.po po/apt-listbugs.pot; \
 	done
 	for po in $(LINGUAS); do \
-	  echo -n $$po ": "; \
-	  msgfmt -v po/$$po.po -o /dev/null; \
+	  msgfmt --statistics -v -c po/$$po.po -o /dev/null; \
 	done
 
 po/apt-listbugs.pot: apt-listbugs lib/apt-listbugs/logic.rb

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list