From: Martin Ågren Date: Wed, 27 Feb 2019 18:17:52 +0000 (+0100) Subject: Documentation/Makefile: add missing xsl dependencies for manpages X-Git-Tag: v2.22.0-rc0~117^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c91d03aadecc36ca573a8e99df23968f8e7e8c5d?hp=c91d03aadecc36ca573a8e99df23968f8e7e8c5d 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 Signed-off-by: Junio C Hamano ---