Re: [dpdk-dev] [PATCH v2 4/6] doc/guides: reduce whitespace in meson build file

2020-01-09 Thread Aaron Conole
Bruce Richardson writes: > For building the guides, we can make the meson.build easier to read by > using the subdir_done function to quit early. > > Signed-off-by: Bruce Richardson > --- Nice. Acked-by: Aaron Conole

[dpdk-dev] [PATCH v2 4/6] doc/guides: reduce whitespace in meson build file

2020-01-09 Thread Bruce Richardson
For building the guides, we can make the meson.build easier to read by using the subdir_done function to quit early. Signed-off-by: Bruce Richardson --- doc/guides/meson.build | 44 ++ 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/doc/gui