Fix documentation dependency.
commitb163512d4eb36ee946908b682c7863658c5a8db4
authorJunio C Hamano <junkio@cox.net>
Wed, 21 Sep 2005 19:29:59 +0000 (21 12:29 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Sep 2005 19:29:59 +0000 (21 12:29 -0700)
treedd3fefb733c5986e123b2f62c9833c2bb7bad99a
parent09d920831edba17fe983269a9d0d85e592dd4bb3
Fix documentation dependency.

Randal L. Schwartz noticed that 'make install' does not rebuild what
is installed.  Make the 'install' rule depend on 'man'.

I noticed also 'touch' of the source files were used to express include
dependencies, which is a no-no.  Rewrite it to do dependencies properly,
and add missing include dependencies while we are at it.

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