Files
git/git-gui/glossary/Makefile
Johannes Schindelin 1c10a57c41 Merge branch 'pu' of git://repo.or.cz/git-gui into devel
Conflicts:

	Makefile

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-09-23 14:29:34 +01:00

10 lines
260 B
Makefile

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) ; )