[libcamera-devel] [PATCH v4 6/6] Documentation: Wrap extended doc_install_dir line

Laurent Pinchart laurent.pinchart at ideasonboard.com
Thu Jul 4 22:34:10 CEST 2019


Hi Kieran,

Thank you for the patch.

On Thu, Jul 04, 2019 at 03:59:42PM +0100, Kieran Bingham wrote:
> The doc_install_dir is longer than 80 chars. Wrap it accordingly.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

> ---
>  Documentation/meson.build | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/meson.build b/Documentation/meson.build
> index 2db80b39989b..c355d5feb504 100644
> --- a/Documentation/meson.build
> +++ b/Documentation/meson.build
> @@ -1,4 +1,5 @@
> -doc_install_dir = join_paths(get_option('datadir'), 'doc', 'libcamera- at 0@'.format(meson.project_version()))
> +doc_install_dir = join_paths(get_option('datadir'), 'doc',
> +                             'libcamera- at 0@'.format(meson.project_version()))
>  
>  #
>  # Doxygen

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list