]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Allow INSTALL, bindir, mandir to be set in main Makefile
authorJakub Narebski <jnareb@gmail.com>
Thu, 29 Jun 2006 20:11:25 +0000 (22:11 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 30 Jun 2006 06:49:16 +0000 (23:49 -0700)
commite14421b9aa85f11853a0dacae09498515daab7b8
tree8995222b849f95902d3ed66b8c2cb11d55d4a87e
parentfc046a75d539a78e6b2c16534c4078617a69a327
Allow INSTALL, bindir, mandir to be set in main Makefile

Makefiles in subdirectories now use existing value of INSTALL, bindir,
mandir if it is set, allowing those to be set in main Makefile or in
included config.mak.  Main Makefile exports variables which it sets.

Accidentally it renames bin to bindir in Documentation/Makefile
(should be bindir from start, but is unused, perhaps to be removed).

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/Makefile
Makefile
contrib/emacs/Makefile
contrib/git-svn/Makefile