Code

Install git-subtree from contrib
authorDavid A. Greene <greened@obbligato.org>
Tue, 10 Apr 2012 02:13:03 +0000 (21:13 -0500)
committerDavid A. Greene <greened@obbligato.org>
Tue, 10 Apr 2012 03:26:10 +0000 (22:26 -0500)
commit7ff8463dba0d74fc07a766bed457ae7afcc902b5
tree21b87f6b15d75df86123bb50ce1927db8588cf2c
parent187bc2da5bc2172a7cc8a0da3b4c0994e7a0d9fc
Install git-subtree from contrib

Build git-subtree in its contrib directory and install from there.
The main Makefile no longer discovers subcommands build in the main
build area so we cannot count on it to install git-subtree.  The user
should make && make install in contrib/subtree to install git-subtree.

Change the rule to install the git-subtree manpage.  The main
Documentation area doesn't directly support installing documentation
from other directories so the user will have to do that from within
contrib/subtree for now.

Signed-off-by: David A. Greene <greened@obbligato.org>
contrib/subtree/Makefile