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
> > ---
> >
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
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
3 matches
Mail list logo