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

2020-01-17 Thread Richardson, Bruce
> -Original Message- > From: David Marchand > Sent: Tuesday, January 14, 2020 3:59 PM > To: Richardson, Bruce > Cc: Mcnamara, John ; Luca Boccassi > ; dev ; Aaron Conole ; > Thomas Monjalon > Subject: Re: [PATCH v4 5/6] doc/guides: rebuild with meson whenever a file > changes > > On F

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

2020-01-14 Thread Bruce Richardson
On Tue, Jan 14, 2020 at 04:59:24PM +0100, David Marchand wrote: > On Fri, Jan 10, 2020 at 10:52 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 sph

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

2020-01-14 Thread David Marchand
On Fri, Jan 10, 2020 at 10:52 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.

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

2020-01-10 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