fedora-comps/po/Makefile

18 lines
295 B
Makefile
Raw Normal View History

XMLFILES=$(addprefix ../, $(shell cat POTFILES.in))
POFILES=$(wildcard *.po)
2006-02-26 20:30:25 +00:00
# intltool hack
top_srcdir=..
all:
comps.pot: $(XMLFILES)
2006-02-26 20:30:25 +00:00
intltool-update --pot --gettext-package=comps
2006-02-26 20:30:25 +00:00
report:
for cat in *.po; do \
echo -n "$$cat: "; \
msgfmt -v --statistics -o /dev/null $$cat; \
done