From 76191313416a1170f89d8cbd6a652e98796dd9d2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 16:59:27 -0400 Subject: Fix meson.build formatting again I'll get used to this any day now. --- doc/html/meson.build | 2 +- doc/singlehtml/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/meson.build b/doc/html/meson.build index 9931028..9c0da44 100644 --- a/doc/html/meson.build +++ b/doc/html/meson.build @@ -10,7 +10,7 @@ custom_target( '-b', 'html', '-t', 'html', sphinx_in_dir, - '@OUTDIR@' + '@OUTDIR@', ], input: [api_zix_rst, conf_py, sphinx_input], install: true, diff --git a/doc/singlehtml/meson.build b/doc/singlehtml/meson.build index d3e3b0d..33bff61 100644 --- a/doc/singlehtml/meson.build +++ b/doc/singlehtml/meson.build @@ -10,7 +10,7 @@ custom_target( '-b', 'singlehtml', '-t', 'singlehtml', sphinx_in_dir, - '@OUTDIR@' + '@OUTDIR@', ], input: [api_zix_rst, conf_py, sphinx_input], install: true, -- cgit v1.2.1