summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-08-08 18:34:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-08-08 19:11:53 (GMT)
commit1b7b522c2698ced2a60d5c26bf5b16e01bd45a75 (patch)
tree36a5bb8dc158aca974c61f0a686e783a53c9db32 /Makefile
parent41c1709a56da5dd4f4f68268a91d2c55370826cd (diff)
downloadgit-1b7b522c2698ced2a60d5c26bf5b16e01bd45a75.zip
git-1b7b522c2698ced2a60d5c26bf5b16e01bd45a75.tar.gz
git-1b7b522c2698ced2a60d5c26bf5b16e01bd45a75.tar.bz2
check-docs: update non-command documentation list
The check-docs target looks at Documentation/git*txt and complains if any entry does not have a matching command. Therefore we need to explicitly ignore any entries which are not meant to describe a command (like gitattributes.txt). This list has grown stale over time, so let's bring it up to date. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e773cd..41d9db8 100644
--- a/Makefile
+++ b/Makefile
@@ -2853,6 +2853,9 @@ check-docs::
documented,git-bisect-lk2009 | \
documented,git-remote-helpers | \
documented,gitworkflows | \
+ documented,gitcredentials | \
+ documented,gitnamespaces | \
+ documented,gitweb.conf | \
sentinel,not,matching,is,ok ) continue ;; \
esac; \
case " $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git gitk gitweb " in \