diff options
author | Thomas Rast <trast@student.ethz.ch> | 2010-07-26 10:40:58 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-27 09:05:01 -0700 |
commit | e8b4ac37d8ec149582527c09369720a6526984af (patch) | |
tree | f33a49eb6a52b18836199309bfb2aefcfc324336 /Makefile | |
parent | 293b07f114796d39c5571d5fe4808e898e5af0c8 (diff) | |
download | git-e8b4ac37d8ec149582527c09369720a6526984af.tar.gz |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2254,6 +2254,7 @@ check-docs:: documented,gitglossary | \ documented,githooks | \ documented,gitrepository-layout | \ + documented,gitrevisions | \ documented,gittutorial | \ documented,gittutorial-2 | \ documented,git-bisect-lk2009 | \ |