Makefile: Allow for subdirectories in Sphinx manual dependencies
commit814e068fb2324173a29cdfd890bb8c86af5e3032
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Mar 2020 21:58:14 +0000 (9 21:58 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Mar 2020 11:20:19 +0000 (12 11:20 +0000)
tree3a022938b7a1a44b6765dc82214bbdf9069f0893
parent3290e12d6c0297c5c24ac576e680bb431356d156
Makefile: Allow for subdirectories in Sphinx manual dependencies

Currently we put 'docs/foo/*.rst' in the Make list of dependencies
for the Sphinx 'foo' manual, which means all the files must be
in the top level of that manual's directory. We'd like to be
able to have subdirectories inside some of the manuals, so add
'docs/foo/*/*.rst' to the dependencies too.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200309215818.2021-2-peter.maydell@linaro.org
Makefile