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

2020-01-09 Thread Bruce Richardson
On Thu, Jan 09, 2020 at 09:27:42AM -0500, Aaron Conole wrote: > Bruce Richardson writes: > > > 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 depen

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

2020-01-09 Thread Aaron Conole
Bruce Richardson writes: > 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 an

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

2020-01-09 Thread Bruce Richardson
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