aboutsummaryrefslogtreecommitdiffstats
path: root/git-gui/po/glossary/Makefile
blob: e656b0d2b0fbd03487e4b89ecd8561a066cc4e33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# The default target of this Makefile is...
update-po::

PO_TEMPLATE = git-gui-glossary.pot

ALL_POFILES = $(wildcard *.po)

$(PO_TEMPLATE): $(subst .pot,.txt,$(PO_TEMPLATE))
	./txt-to-pot.sh $< > $@

update-po:: git-gui-glossary.pot
	$(foreach p, $(ALL_POFILES), echo Updating $p ; msgmerge -U $p $(PO_TEMPLATE) ; )