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

2020-01-10 Thread Bruce Richardson
On Thu, Jan 09, 2020 at 03:31:11PM +, Bruce Richardson 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

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

2020-01-10 Thread Bruce Richardson
On Thu, Jan 09, 2020 at 07:06:31PM +0100, David Marchand wrote: > On Thu, Jan 9, 2020 at 7:03 PM David Marchand > wrote: > > > > On Thu, Jan 9, 2020 at 4:31 PM Bruce Richardson > > wrote: > > > > > > Add proper support for calling sphinx whenever a file in the doc > > > directory changes. This i

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

2020-01-09 Thread David Marchand
On Thu, Jan 9, 2020 at 7:03 PM David Marchand wrote: > > On Thu, Jan 9, 2020 at 4:31 PM Bruce Richardson > 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 al

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

2020-01-09 Thread David Marchand
On Thu, Jan 9, 2020 at 4:31 PM Bruce Richardson 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. T

[dpdk-dev] [PATCH v3 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