summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-30 02:09:48 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-30 02:09:48 (GMT)
commit7a034337420a45395b3f68a1f12ca53d8b0652be (patch)
treefbf3ba4561edd1e1d847417c57b1cdade98c887b /Makefile
parent5dd02f9404e41055b4e7bb8106e9c58dcc524021 (diff)
parentf85a41916163097c3c307ac45d1a935564c52bf0 (diff)
downloadgit-7a034337420a45395b3f68a1f12ca53d8b0652be.zip
git-7a034337420a45395b3f68a1f12ca53d8b0652be.tar.gz
git-7a034337420a45395b3f68a1f12ca53d8b0652be.tar.bz2
Merge refs/heads/master from .
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57d4f11..f13ff5a 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__
-SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \
+SCRIPTS=git git-merge-one-file-script git-prune-script \
git-pull-script git-tag-script git-resolve-script git-whatchanged \
git-fetch-script git-status-script git-commit-script \
git-log-script git-shortlog git-cvsimport-script git-diff-script \
@@ -215,6 +215,7 @@ check:
install: $(PROG) $(SCRIPTS)
$(INSTALL) -m755 -d $(DESTDIR)$(bindir)
$(INSTALL) $(PROG) $(SCRIPTS) $(DESTDIR)$(bindir)
+ $(INSTALL) git-revert-script $(DESTDIR)$(bindir)/git-cherry-pick-script
$(MAKE) -C templates install
$(MAKE) -C tools install