Re: [dpdk-dev] [PATCH] build: skip processing docs folder if docs disabled

2020-02-16 Thread David Marchand
On Sun, Feb 16, 2020 at 11:07 AM Thomas Monjalon wrote: > > 03/01/2020 15:46, Bruce Richardson: > > While each target is set to be ignored if the docs are disabled in the > > meson build, there is little reason to process the docs folder at all. > > > > Signed-off-by: Bruce Richardson > > --- > >

Re: [dpdk-dev] [PATCH] build: skip processing docs folder if docs disabled

2020-02-16 Thread Thomas Monjalon
03/01/2020 15:46, Bruce Richardson: > While each target is set to be ignored if the docs are disabled in the > meson build, there is little reason to process the docs folder at all. > > Signed-off-by: Bruce Richardson > --- > +if not get_option('enable_docs') > + subdir_done() > +endif Why t

[dpdk-dev] [PATCH] build: skip processing docs folder if docs disabled

2020-01-03 Thread Bruce Richardson
While each target is set to be ignored if the docs are disabled in the meson build, there is little reason to process the docs folder at all. Signed-off-by: Bruce Richardson --- doc/meson.build | 4 1 file changed, 4 insertions(+) diff --git a/doc/meson.build b/doc/meson.build index c5410d