aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-08-08 16:57:13 -0400
committerJunio C Hamano <gitster@pobox.com>2012-08-08 14:31:59 -0700
commit7d02b574f40b33d6abfecf8fed98cee94a738071 (patch)
tree1f706262981de6240a5307899c56c8ee2b646ba3 /Makefile
parenteb28501e15c069d61c7dd7601fad2655449ebb14 (diff)
downloadgit-7d02b574f40b33d6abfecf8fed98cee94a738071.tar.gz
git-7d02b574f40b33d6abfecf8fed98cee94a738071.tar.xz
check-docs: drop git-help special-case
The check-docs target special-cases git-help to avoid mentioning it as "documented but removed". This dates back to the early implementation of git-help, when its code was simply included inside git.c. These days it is a full-fledged builtin (in builtin/help.c) and does not need special-casing. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b3c36600..b9da51176 100644
--- a/Makefile
+++ b/Makefile
@@ -2838,7 +2838,6 @@ check-docs::
) | while read how cmd; \
do \
case "$$how,$$cmd" in \
- *,git-help | \
documented,gitattributes | \
documented,gitignore | \
documented,gitmodules | \