Revision 2ba91e96981fb92f42b01dfae8a315b2965077d5 authored by Sergey Vlasov on 01 March 2007, 19:41:14 UTC, committed by Junio C Hamano on 01 March 2007, 21:24:54 UTC
Adding dependencies on included files to the generated man pages is
wrong - includes are processed by asciidoc, therefore the intermediate
Docbook XML files really depend on included files.  Because of these
wrong dependencies the man pages were not rebuilt properly if the
intermediate XML files were left in the tree.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent a1367d1
History
File Mode Size
inet_ntop.c -rw-r--r-- 5.0 KB
inet_pton.c -rw-r--r-- 6.9 KB
mmap.c -rw-r--r-- 748 bytes
pread.c -rw-r--r-- 433 bytes
setenv.c -rw-r--r-- 786 bytes
strcasestr.c -rw-r--r-- 431 bytes
strlcpy.c -rw-r--r-- 247 bytes
strtoumax.c -rw-r--r-- 217 bytes
unsetenv.c -rw-r--r-- 558 bytes

back to top