fedora-comps/po/Makefile
Kevin Fenzi 529c0ac3d2 Update pot and translation files.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-01-07 13:33:45 -08:00

18 lines
295 B
Makefile

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