]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/Makefile
Fix documentation dependency generation.
authorJunio C Hamano <junkio@cox.net>
Tue, 8 Nov 2005 02:21:51 +0000 (18:21 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 8 Nov 2005 02:21:51 +0000 (18:21 -0800)
commita5ae8e64cfa09cea57cce832c8371818711d94c2
tree92e334771c9bfda4c84c915a050d3981b6d923cd
parent79f6ac77d90660971d778f2e300935ab16eb26c2
Fix documentation dependency generation.

Documentation/Makefile spent a lot of time to generate include
dependencies, which was quite noticeable especially during "make clean".

Rewrite it to generate just a single dependency file.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/.gitignore
Documentation/Makefile
Documentation/build-docdep.perl [new file with mode: 0755]