fedora-comps/po/Makefile

11 lines
184 B
Makefile
Raw Normal View History

2006-02-26 20:30:25 +00:00
all: refresh-po
refresh-po:
intltool-update --pot --gettext-package=comps
report:
for cat in *.po; do \
echo -n "$$cat: "; \
msgfmt -v --statistics -o /dev/null $$cat; \
done