[dpdk-dev] [PATCH v3 5/6] doc/guides: rebuild with meson whenever a file changes

David Marchand david.marchand at redhat.com
Thu Jan 9 19:03:12 CET 2020


On Thu, Jan 9, 2020 at 4:31 PM Bruce Richardson
<bruce.richardson at intel.com> wrote:
>
> Add proper support for calling sphinx whenever a file in the doc
> directory changes. This is accomplished by using a wrapper script
> for sphinx, which runs sphinx but also emits a gcc-format dependency
> file listing all the doc files. This is used by ninja so that any
> change to the doc files triggers a rebuild of the docs.
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> Acked-by: Aaron Conole <aconole at redhat.com>
> ---
>  buildtools/call-sphinx-build.py | 23 +++++++++++++++++++++++
>  buildtools/meson.build          |  6 ++++--
>  doc/guides/meson.build          | 22 ++++++++--------------
>  3 files changed, 35 insertions(+), 16 deletions(-)
>  create mode 100755 buildtools/call-sphinx-build.py

This new file is not added to MAINTAINERS.



--
David Marchand



More information about the dev mailing list