git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Makefile: add check-docs exception for gitrevisions
@ 2010-07-26  8:40 Thomas Rast
  2010-07-26 11:11 ` Michael J Gruber
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Rast @ 2010-07-26  8:40 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

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>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 60a846e..74005dd 100644
--- a/Makefile
+++ b/Makefile
@@ -2259,6 +2259,7 @@ check-docs::
 		documented,gitglossary | \
 		documented,githooks | \
 		documented,gitrepository-layout | \
+		documented,gitrevisions | \
 		documented,gittutorial | \
 		documented,gittutorial-2 | \
 		documented,git-bisect-lk2009 | \
-- 
1.7.2.300.ga4b76.dirty

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Makefile: add check-docs exception for gitrevisions
  2010-07-26  8:40 [PATCH] Makefile: add check-docs exception for gitrevisions Thomas Rast
@ 2010-07-26 11:11 ` Michael J Gruber
  0 siblings, 0 replies; 2+ messages in thread
From: Michael J Gruber @ 2010-07-26 11:11 UTC (permalink / raw)
  To: Thomas Rast; +Cc: git, Junio C Hamano

Thomas Rast venit, vidit, dixit 26.07.2010 10:40:
> 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>
> ---
>  Makefile |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 60a846e..74005dd 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -2259,6 +2259,7 @@ check-docs::
>  		documented,gitglossary | \
>  		documented,githooks | \
>  		documented,gitrepository-layout | \
> +		documented,gitrevisions | \
>  		documented,gittutorial | \
>  		documented,gittutorial-2 | \
>  		documented,git-bisect-lk2009 | \

I didn't even know we have that target... Thanks!

Acked-by: Michael J Gruber <git@drmicha.warpmail.net>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-26 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26  8:40 [PATCH] Makefile: add check-docs exception for gitrevisions Thomas Rast
2010-07-26 11:11 ` Michael J Gruber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).