OSDN Git Service

Makefile: Make all Sphinx documentation depend on the extensions
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 6 Mar 2020 17:17:47 +0000 (17:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Mar 2020 11:14:06 +0000 (11:14 +0000)
commit9165d323b0b3d347892323ce899cd60b0abffb60
tree605f29c08fba29f1ecb9ccb7b5168656395db0f1
parent80a046c51a274907252e8f3e7f6831c963a57fde
Makefile: Make all Sphinx documentation depend on the extensions

Add the Python source files of our Sphinx extensions to the
dependencies of the Sphinx manuals, so that if we edit the
extension source code the manuals get rebuilt.

Adding this dependency unconditionally means that we'll rebuild
a manual even if it happens to not use the extension whose
source file was changed, but this is simpler and less error
prone, and it's unlikely that we'll be making frequent changes
to the extensions.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200306171749.10756-6-peter.maydell@linaro.org
Makefile