diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-07-04 15:10:49 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-07-04 22:11:27 +0100 |
commit | 0de1a9f318ecf9f3d069b8a4a4a02ef0391cfb04 (patch) | |
tree | 763e1616e84871f598f53d3efc19d05a06949494 /Documentation | |
parent | 843e4466cd78b3369b1e77af0bf3b33cbd09129d (diff) |
Documentation: Wrap extended doc_install_dir line
The doc_install_dir is longer than 80 chars. Wrap it accordingly.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/meson.build b/Documentation/meson.build index 2db80b39..c355d5fe 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -1,4 +1,5 @@ -doc_install_dir = join_paths(get_option('datadir'), 'doc', 'libcamera-@0@'.format(meson.project_version())) +doc_install_dir = join_paths(get_option('datadir'), 'doc', + 'libcamera-@0@'.format(meson.project_version())) # # Doxygen |