Re: [PATCH 8/4] check-docs: get documented command list from Makefile

2012-08-08 Thread Junio C Hamano
Jeff King writes: > The current code tries to get a list of documented commands > by doing "ls Documentation/git*txt" and culling a bunch of > special cases from the result. Looking for "git-*.txt" would > be more accurate, but would miss a few commands like > "gitweb" and "gitk". > > Fortunately

[PATCH 8/4] check-docs: get documented command list from Makefile

2012-08-08 Thread Jeff King
The current code tries to get a list of documented commands by doing "ls Documentation/git*txt" and culling a bunch of special cases from the result. Looking for "git-*.txt" would be more accurate, but would miss a few commands like "gitweb" and "gitk". Fortunately, Documentation/Makefile already