author | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Sep 2005 19:29:59 +0000 (12:29 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Sep 2005 19:29:59 +0000 (12:29 -0700) | ||
commit | b163512d4eb36ee946908b682c7863658c5a8db4 | |
tree | dd3fefb733c5986e123b2f62c9833c2bb7bad99a | tree | snapshot |
parent | 09d920831edba17fe983269a9d0d85e592dd4bb3 | commit | diff |
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>
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 | diff | blob | history |