From ec5848899cc6e3ac3ca05d621733b61ea5c37093 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Thu, 2 Mar 2023 16:58:58 +0100 Subject: meson: fix typo "documtation" -> "documentation" When building with -Ddocumentation=enabled/disabled this typo terminates meson because meson can't find the misspellt option. Change-Id: Ia4205b89fd0d7e77ecbcd29392187d8911dd1049 Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/73394 Tested-by: build bot (Jenkins) Reviewed-by: Anastasia Klimchuk Reviewed-by: Elyes Haouas --- doc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/meson.build b/doc/meson.build index 8826e331..70c3280d 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -22,7 +22,7 @@ if sphinx.found() ) endif - if get_option('documentation').auto() or get_option('documtation').enabled() + if get_option('documentation').auto() or get_option('documentation').enabled() custom_target( 'documentation', command : [sphinx, '-b', 'html', '-q', '-d', '@PRIVATE_DIR@', '-Drelease=' + meson.project_version(),'@CURRENT_SOURCE_DIR@', '@OUTDIR@/html'], -- cgit v1.2.3