aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Fonseca <fonseca@diku.dk>2006-03-06 06:24:44 +0100
committerJunio C Hamano <junkio@cox.net>2006-04-18 12:06:55 -0700
commit8f2b72a93666afe63ab39b279bbd4088bd5463ca (patch)
treef851f4bfb498d2a2c19989a705f8caefb728cfb5 /Makefile
parentf56ef54174598d5362d0446c5a560cb5892537c2 (diff)
downloadgit-8f2b72a93666afe63ab39b279bbd4088bd5463ca.tar.gz
git-8f2b72a93666afe63ab39b279bbd4088bd5463ca.tar.xz
Add git-annotate(1) and git-blame(1)
[jc: with entries in git.txt] Signed-off-by: Jonas Fonseca <fonseca@diku.dk> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8371f7f52..8aed3af01 100644
--- a/Makefile
+++ b/Makefile
@@ -671,7 +671,6 @@ check-docs::
@for v in $(ALL_PROGRAMS) $(BUILT_INS) git$X gitk; \
do \
case "$$v" in \
- git-annotate | git-blame | \
git-merge-octopus | git-merge-ours | git-merge-recursive | \
git-merge-resolve | git-merge-stupid | \
git-ssh-pull | git-ssh-push ) continue ;; \