git-gui: Created makefile to install the program.
commitb3678bacbcd2dc0e1c61fd91f4146d0c037e626f
authorShawn O. Pearce <spearce@spearce.org>
Thu, 16 Nov 2006 01:04:17 +0000 (15 20:04 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 18 Nov 2006 04:56:14 +0000 (17 23:56 -0500)
tree0929e00a835285eb5b677f025d5b7c9ea902d4f5
parente8ab64461968392f126b0a0e2fef4ce8bdcca623
git-gui: Created makefile to install the program.

Since we want to be installed in gitexecdir so that "git gui" works we
can guess where that directory is by asking the git wrapper executable
and locating ourselves at the same location using the same install
rules as core git.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile [new file with mode: 0644]