>
> From: Victor Toso <[email protected]>
>
> Only by building and sharing the documents we will be able to get them
> up to date.
>
> Signed-off-by: Victor Toso <[email protected]>
> ---
> docs/meson.build | 14 ++++++++++----
> 1 file changed, 10 insertions(+), 4 deletions(-)
>
> diff --git a/docs/meson.build b/docs/meson.build
> index 82864bb8..ce0334c0 100644
> --- a/docs/meson.build
> +++ b/docs/meson.build
> @@ -1,11 +1,17 @@
> +asciidoc_files = ['spice_for_newbies',
> + 'spice_protocol',
> + 'spice_style',
> + 'spice_threading_model',
> + 'vd_interfaces']
> +
Only a minor, why not maintaining the same order of Makefile.am
(I would say either changing Makefile.am or meson.build) ?
> if get_option('manual')
> asciidoc = find_program('asciidoc', required : false)
> if asciidoc.found()
> asciidoc_args = ['-a', 'data-uri', '-a', 'icons', '-a', 'toc']
> - foreach doc : ['style', 'threading_model']
> - custom_target('spice_@[email protected]'.format(doc),
> - input : 'spice_@[email protected]'.format(doc),
> - output : 'spice_@[email protected]'.format(doc),
> + foreach doc : asciidoc_files
> + custom_target('@[email protected]'.format(doc),
> + input : '@[email protected]'.format(doc),
> + output : '@[email protected]'.format(doc),
> build_by_default: true,
> command : [asciidoc, '-n', asciidoc_args, '-o',
> '@OUTPUT@', '@INPUT@'])
> endforeach
Otherwise,
Acked-by: Frediano Ziglio <[email protected]>
Frediano
_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel