diff options
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/meson.build | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/html/meson.build b/doc/html/meson.build index 9ba7097..69b56bb 100644 --- a/doc/html/meson.build +++ b/doc/html/meson.build @@ -9,7 +9,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_lilv_rst, c_rst_files, conf_py], @@ -28,5 +31,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 |