gitk: Fix the Makefile to cope with systems lacking msgfmt
commit66e15a6b83a0b79232377137cc1710343a81aea4
authorCharles Bailey <charles@hashpling.org>
Wed, 9 Jan 2008 14:31:09 +0000 (9 14:31 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Jan 2008 08:51:08 +0000 (11 00:51 -0800)
tree5f55f989a8da0457cd878e1aff04cb60f1defee7
parentf0c842681936ffd684aac3f0d8340c99780d5b53
gitk: Fix the Makefile to cope with systems lacking msgfmt

The po2msg.sh script and the .gitignore in the po directory have been
shamelessly copied from the current git-gui.  This enables the top
level "make NO_MSGFMT" to work consistently for git across the git-gui
and gitk sub-projects.

This is the same effective patch that has previously been posted as a
git.git patch which more succinctly described the copying of
po/.gitignore and po/po2msg.sh from git-gui.

Signed-off-by: Charles Bailey <charles@hashpling.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
po/.gitignore [new file with mode: 0644]
po/po2msg.sh [new file with mode: 0644]