On Thu, Jan 09, 2020 at 07:06:31PM +0100, David Marchand wrote: > On Thu, Jan 9, 2020 at 7:03 PM David Marchand <david.march...@redhat.com> > wrote: > > > > On Thu, Jan 9, 2020 at 4:31 PM Bruce Richardson > > <bruce.richard...@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.richard...@intel.com> > > > Acked-by: Aaron Conole <acon...@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. > > I can fix this when applying. > I would add this to the section: > > Meson build > M: Bruce Richardson <bruce.richard...@intel.com> > Agreed.
- [dpdk-dev] [PATCH v3 1/6] kernel/linux/kni: fix meso... Bruce Richardson
- Re: [dpdk-dev] [PATCH v3 1/6] kernel/linux/kni: ... David Marchand
- Re: [dpdk-dev] [PATCH v3 1/6] kernel/linux/k... Kevin Traynor
- [dpdk-dev] [PATCH v3 3/6] doc/api: fix warning with ... Bruce Richardson
- Re: [dpdk-dev] [PATCH v3 3/6] doc/api: fix warni... David Marchand
- Re: [dpdk-dev] [PATCH v3 3/6] doc/api: fix w... Bruce Richardson
- [dpdk-dev] [PATCH v3 2/6] build: skip processing doc... Bruce Richardson
- [dpdk-dev] [PATCH v3 5/6] doc/guides: rebuild with m... Bruce Richardson
- Re: [dpdk-dev] [PATCH v3 5/6] doc/guides: rebuil... David Marchand
- Re: [dpdk-dev] [PATCH v3 5/6] doc/guides: re... David Marchand
- Re: [dpdk-dev] [PATCH v3 5/6] doc/guides... Bruce Richardson
- Re: [dpdk-dev] [PATCH v3 5/6] doc/guides: rebuil... Bruce Richardson
- [dpdk-dev] [PATCH v3 4/6] doc/guides: reduce whitesp... Bruce Richardson
- [dpdk-dev] [PATCH v3 6/6] doc/api: reduce indentatio... Bruce Richardson
- [dpdk-dev] [PATCH v4 0/6] meson build improvements Bruce Richardson
- [dpdk-dev] [PATCH v4 1/6] kernel/linux/kni: fix meso... Bruce Richardson
- [dpdk-dev] [PATCH v4 4/6] doc/guides: reduce whitesp... Bruce Richardson
- [dpdk-dev] [PATCH v4 6/6] doc/api: reduce indentatio... Bruce Richardson
- [dpdk-dev] [PATCH v4 2/6] build: skip processing doc... Bruce Richardson
- [dpdk-dev] [PATCH v4 3/6] doc/api: fix warning with ... Bruce Richardson
- [dpdk-dev] [PATCH v4 5/6] doc/guides: rebuild with m... Bruce Richardson