From 58993e08dba6fc9d93184df5a79f914d0c9141cd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 16:21:27 -0400 Subject: Format meson.build files with muon The less time wasted with manual code formatting, the better. --- doc/html/meson.build | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'doc/html') diff --git a/doc/html/meson.build b/doc/html/meson.build index 7403e95..14ded6d 100644 --- a/doc/html/meson.build +++ b/doc/html/meson.build @@ -7,7 +7,10 @@ custom_target( 'html', build_by_default: true, command: [ - sphinx_build, '-M', 'html', '@OUTDIR@' / '..', '@OUTDIR@' / '..', + sphinx_build, + '-M', 'html', + '@OUTDIR@' / '..', + '@OUTDIR@' / '..', '-t', 'html', ] + sphinx_flags, input: [c_rst_files, c_zix_rst, c_index_xml, conf_py], @@ -26,5 +29,9 @@ custom_target( ) if not meson.is_subproject() - summary('Paginated HTML', get_option('prefix') / html_dir, section: 'Directories') + summary( + 'Paginated HTML', + get_option('prefix') / html_dir, + section: 'Directories', + ) endif -- cgit v1.2.1