Re: [dpdk-dev] [PATCH v2 2/6] build: skip processing docs folder if docs disabled

2020-01-09 Thread Aaron Conole
Bruce Richardson writes: > 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 > --- Makes sense. Acked-by: Aaron Conole

[dpdk-dev] [PATCH v2 2/6] build: skip processing docs folder if docs disabled

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