author | Charles Bailey <charles@hashpling.org> | |
Wed, 9 Jan 2008 14:31:09 +0000 (14:31 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 11 Jan 2008 08:51:08 +0000 (00:51 -0800) | ||
commit | 66e15a6b83a0b79232377137cc1710343a81aea4 | |
tree | 5f55f989a8da0457cd878e1aff04cb60f1defee7 | tree | snapshot |
parent | f0c842681936ffd684aac3f0d8340c99780d5b53 | commit | diff |
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>
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 | diff | blob | history | |
po/.gitignore | [new file with mode: 0644] | blob |
po/po2msg.sh | [new file with mode: 0644] | blob |