Makefile: $(MAKE) check-docs
authorJunio C Hamano <junkio@cox.net>
Thu, 13 Apr 2006 07:17:19 +0000 (00:17 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 13 Apr 2006 07:21:47 +0000 (00:21 -0700)
commit8c989ec5288021e07c265882f86ac3999b44c142
treedb99f37b7bcec951933e4b43d4e4e23fdf49f132
parentc16e30c0884549d48a73d7f2ebbbb470a0e1576b
Makefile: $(MAKE) check-docs

This target lists undocumented commands, and/or whose document
is not referenced from the main git documentation.

For now, there are some exceptions I added primarily because I
lack the energy to document them myself:

 - merge backends (we should really document them)
 - ssh-push/ssh-pull (does anybody still use them?)
 - annotate and blame (maybe after one of them eats the other ;-)

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile