check-docs: drop git-help special-case
commit7d02b574f40b33d6abfecf8fed98cee94a738071
authorJeff King <peff@peff.net>
Wed, 8 Aug 2012 20:57:13 +0000 (8 16:57 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Aug 2012 21:31:59 +0000 (8 14:31 -0700)
tree1f706262981de6240a5307899c56c8ee2b646ba3
parenteb28501e15c069d61c7dd7601fad2655449ebb14
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>
Makefile