git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16822
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
$(RM) wxstd.po
# print out the percentage of the trsnalted strings
-stats:
+stats: FORCE
@for i in $(WX_LINGUAS); do \
x=`$(MSGFMT) -o /dev/null "$$i.po" 2>&1 | sed -e 's/[,\.]//g' \
-e 's/\([0-9]\+\) translated messages/TR=\1/' \
echo "$$i.po `expr 100 "*" $$TR / $$TOTAL`% of $$TOTAL strings"; \
done
-.PHONY: allpo allmo force-update percentage
+FORCE:
+
+.PHONY: allpo allmo force-update percentage FORCE
# $Id$