summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Thomas Rast <trast@student.ethz.ch>2010-07-26 10:40:58 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-07-27 09:05:01 -0700
commite8b4ac37d8ec149582527c09369720a6526984af (patch)
treef33a49eb6a52b18836199309bfb2aefcfc324336
parentFix 'git' wrapper usage string (diff)
downloadtgif-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>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bc3c57058f..f33648da01 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 | \