aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-03-10 15:31:34 -0800
committerJunio C Hamano <gitster@pobox.com>2010-03-10 15:31:34 -0800
commitc88cd03edb4553c726a488a57df5d482cbada9ce (patch)
tree5404242a52726d443fac7a6015554a908ba19da9 /Makefile
parent2e0e8b68e3ba8ea87f001c45c78f9b7ce549c61f (diff)
downloadgit-c88cd03edb4553c726a488a57df5d482cbada9ce.tar.gz
git-c88cd03edb4553c726a488a57df5d482cbada9ce.tar.xz
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 <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdc58fed7..8fdc42107 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; \