zvault/lang/Makefile

10 lines
261 B
Makefile
Raw Normal View History

2018-02-24 13:55:56 +00:00
MO_FILES = de.mo
default: default.pot ${MO_FILES}
default.pot: excluded.po ../src
2018-02-24 12:55:24 +00:00
(cd ../src; find . -name '*.rs') | xargs xgettext -D ../src --debug -L python -n -F -a -E --from-code UTF-8 -x ../lang/excluded.po -o default.pot
2018-02-24 13:55:56 +00:00
%.mo : %.po
msgfmt $< -o $@