]> git.ipfire.org Git - thirdparty/git.git/blame - git-gui/po/glossary/Makefile
is_ntfs_dotgit(): only verify the leading segment
[thirdparty/git.git] / git-gui / po / glossary / Makefile
CommitLineData
660a68cf
CS
1PO_TEMPLATE = git-gui-glossary.pot
2
3ALL_POFILES = $(wildcard *.po)
4
5$(PO_TEMPLATE): $(subst .pot,.txt,$(PO_TEMPLATE))
6 ./txt-to-pot.sh $< > $@
7
8update-po:: git-gui-glossary.pot
9 $(foreach p, $(ALL_POFILES), echo Updating $p ; msgmerge -U $p $(PO_TEMPLATE) ; )