docs: manpage XML depends on asciidoc.conf
commitfdb042449b2b2e163736864207290793a5fa7aa6
authorJonathan Nieder <jrnieder@gmail.com>
Sun, 6 Jan 2013 12:01:53 +0000 (6 04:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Jan 2013 19:13:14 +0000 (6 11:13 -0800)
treef1dd0ae2314c25ef7377d7d38f175978a83ed677
parent15999998fbda60552742275570947431b57108ae
docs: manpage XML depends on asciidoc.conf

When building manual pages, the source text is transformed to XML with
AsciiDoc before the man pages are generated from the XML with xmlto.

Fix the dependencies in the Makefile so that the XML files are rebuilt
when asciidoc.conf changes and not just the manual pages from
unchanged XML, and move the dependencies from a recipeless rule to the
rules with commands that use asciidoc.conf to make the dependencies
easier to understand and maintain.

Reported-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Tested-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile