From: Junio C Hamano Date: Wed, 10 Mar 2010 23:31:34 +0000 (-0800) Subject: Makefile: update check-docs target X-Git-Tag: v1.7.1-rc0~75 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=commitdiff_plain;h=c88cd03edb4553c726a488a57df5d482cbada9ce Makefile: update check-docs target When we added bunch of git-remote-* helper backends, we should have done this to squelch complaints that they do not have their own manual pages. Also the entry for git-remote-helpers was not properly marked as a non-command. Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index cdc58fed78..8fdc421073 100644 --- a/Makefile +++ b/Makefile @@ -2103,6 +2103,7 @@ check-docs:: git-merge-octopus | git-merge-ours | git-merge-recursive | \ git-merge-resolve | git-merge-subtree | \ git-fsck-objects | git-init-db | \ + git-remote-* | git-stage | \ git-?*--?* ) continue ;; \ esac ; \ test -f "Documentation/$$v.txt" || \ @@ -2141,7 +2142,7 @@ check-docs:: documented,gittutorial | \ documented,gittutorial-2 | \ documented,git-bisect-lk2009 | \ - documented.git-remote-helpers | \ + documented,git-remote-helpers | \ documented,gitworkflows | \ sentinel,not,matching,is,ok ) continue ;; \ esac; \