]> asedeno.scripts.mit.edu Git - git.git/blob - po/glossary/Makefile
git-gui: mc cannot be used before msgcat has been loaded
[git.git] / po / glossary / Makefile
1 PO_TEMPLATE = git-gui-glossary.pot
2
3 ALL_POFILES = $(wildcard *.po)
4
5 $(PO_TEMPLATE): $(subst .pot,.txt,$(PO_TEMPLATE))
6         ./txt-to-pot.sh $< > $@
7
8 update-po:: git-gui-glossary.pot
9         $(foreach p, $(ALL_POFILES), echo Updating $p ; msgmerge -U $p $(PO_TEMPLATE) ; )