]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/Makefile
Documentation/Makefile: add missing xsl dependencies for manpages
authorMartin Ågren <martin.agren@gmail.com>
Wed, 27 Feb 2019 18:17:52 +0000 (19:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Mar 2019 07:05:23 +0000 (16:05 +0900)
commitc91d03aadecc36ca573a8e99df23968f8e7e8c5d
treea08590314116529c52ae768d2822faf9f4cba935
parent0d0ac3826a3bbb9247e39e12623bbcfdd722f24c
Documentation/Makefile: add missing xsl dependencies for manpages

These stylesheets very rarely change, but when they do, it really helps
if the manpages depend on them. We're casting the net a bit too wide
here, since we'll only ever use a subset of the stylesheets, but since
these files change so rarely, that should be ok. It's better than
missing a dependency.

Observe that manpage-base-url.xsl is a generated file, so we need to
list it explicitly, besides the `wildcard` expression we're adding here.

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