aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2010-07-26 10:40:58 +0200
committerJunio C Hamano <gitster@pobox.com>2010-07-27 09:05:01 -0700
commite8b4ac37d8ec149582527c09369720a6526984af (patch)
treef33a49eb6a52b18836199309bfb2aefcfc324336 /Makefile
parent293b07f114796d39c5571d5fe4808e898e5af0c8 (diff)
downloadgit-e8b4ac37d8ec149582527c09369720a6526984af.tar.gz
git-e8b4ac37d8ec149582527c09369720a6526984af.tar.xz
Makefile: add check-docs exception for gitrevisions
The manpage was added in 1ed6f2c (Documentation: gitrevisions, 2010-07-05), but since it does not have a corresponding git command, it needs an exception for check-docs. Signed-off-by: Thomas Rast <trast@student.ethz.ch> Acked-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bc3c57058..f33648da0 100644
--- a/Makefile
+++ b/Makefile
@@ -2254,6 +2254,7 @@ check-docs::
documented,gitglossary | \
documented,githooks | \
documented,gitrepository-layout | \
+ documented,gitrevisions | \
documented,gittutorial | \
documented,gittutorial-2 | \
documented,git-bisect-lk2009 | \