summaryrefslogtreecommitdiff
path: root/docs/meson.build
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2023-02-14 12:05:30 +0100
committerPeter Krempa <pkrempa@redhat.com>2023-02-15 12:38:45 +0100
commit70211d736849e5c1b06971ae1f5465c0a577cb53 (patch)
tree56941d7352ad387c021703fc00e6a68b8c8f9ff4 /docs/meson.build
parent65edcfd68f0c9ceb4bc6404004605895e3e7924b (diff)
downloadlibvirt-70211d736849e5c1b06971ae1f5465c0a577cb53.tar.gz
scripts: check-html-references: Rename --prefix to --webroot and make it mandatory
Force users to pass the path to the root of the webpage the script should check. The script lives in a different subdirectory so the default of the current directory doesn't make much sense. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 5c0c762db1..5ffd39c01b 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -359,7 +359,7 @@ test(
python3_prog,
args: [
check_html_references_prog.full_path(),
- '--prefix',
+ '--webroot',
meson.project_build_root() / 'docs'
],
env: runutf8,