[libcamera-devel] [PATCH] Documentation: Restore alphabetical order of sources in meson.build

Niklas Söderlund niklas.soderlund at ragnatech.se
Sun Dec 27 10:43:18 CET 2020


Hi Laurent,

Thanks for your work.

On 2020-12-26 13:46:37 +0200, Laurent Pinchart wrote:
> Sort the docs_sources variable in Documentation/meson.build to ease
> maintenance.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Reviewed-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>

> ---
>  Documentation/meson.build | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/meson.build b/Documentation/meson.build
> index 0cd5729a33a6..b1f5bb52474c 100644
> --- a/Documentation/meson.build
> +++ b/Documentation/meson.build
> @@ -47,17 +47,17 @@ endif
>  
>  if sphinx.found()
>      docs_sources = [
> -       '../README.rst',
>          'coding-style.rst',
>          'conf.py',
>          'contributing.rst',
>          'docs.rst',
>          'environment_variables.rst',
> -        'index.rst',
> -        'guides/introduction.rst',
>          'guides/application-developer.rst',
> +        'guides/introduction.rst',
>          'guides/pipeline-handler.rst',
>          'guides/tracing.rst',
> +        'index.rst',
> +       '../README.rst',
>      ]
>  
>      release = 'release=v' + libcamera_git_version
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

-- 
Regards,
Niklas Söderlund


More information about the libcamera-devel mailing list