diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-29 19:09:48 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-29 19:09:48 -0700 |
commit | 7a034337420a45395b3f68a1f12ca53d8b0652be (patch) | |
tree | fbf3ba4561edd1e1d847417c57b1cdade98c887b /Makefile | |
parent | Merge refs/heads/master from . (diff) | |
parent | Accumulated documentation updates. (diff) | |
download | tgif-7a034337420a45395b3f68a1f12ca53d8b0652be.tar.xz |
Merge refs/heads/master from .
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |