From e8b4ac37d8ec149582527c09369720a6526984af Mon Sep 17 00:00:00 2001 From: Thomas Rast Date: Mon, 26 Jul 2010 10:40:58 +0200 Subject: [PATCH] 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 | \ -- 2.11.4.GIT