Documentation/Makefile: add missing dependency on asciidoctor-extensions
authorMartin Ågren <martin.agren@gmail.com>
Wed, 27 Feb 2019 18:17:53 +0000 (19:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Mar 2019 09:18:42 +0000 (18:18 +0900)
commita15ef383e79011cb30b92401ea190f574b7ad632
tree57291fb44810c7804fad861812f83a0707617034
parentc91d03aadecc36ca573a8e99df23968f8e7e8c5d
Documentation/Makefile: add missing dependency on asciidoctor-extensions

asciidoctor-extensions.rb has never changed, but when it does -- such as
in the next commit --, it helps if the xml-files depend on it. We're
casting the net a bit too wide here, since we'll be rebuilding even with
AsciiDoc, which won't look at this file. But since this file changes so
rarely, that should be ok. It's better than missing a dependency.

Similarly, most of the html-files are produced directly from ".txt';
make the html-files too depend on asciidoctor-extensions.rb, both
the HTMLified manual pages as well as the user-manual that does use
.xml intermediary.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile