From: Thomas Rast Date: Mon, 26 Jul 2010 08:40:58 +0000 (+0200) Subject: Makefile: add check-docs exception for gitrevisions X-Git-Tag: v1.7.2.1~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e8b4ac37d8ec149582527c09369720a6526984af;p=git.git 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 Acked-by: Michael J Gruber Signed-off-by: Junio C Hamano --- 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 | \