]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: drop -Ddoc=auto
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 11 Feb 2026 18:08:36 +0000 (19:08 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 5 Mar 2026 09:59:40 +0000 (10:59 +0100)
It wasn't doing anything (behaving like the default -Ddoc=disabled)
and it wasn't passed by anything I could find.

doc/meson.build
meson_options.txt

index 62ecbf9408710154de936e5ff60c5dcd7326a71c..1adfaa0410e3b7957767440a2bb6404f991b0dab 100644 (file)
@@ -50,6 +50,7 @@ if get_option('doc') == 'enabled'
 endif
 
 
+# we create the doc targets even if -Ddoc=disabled (and we didn't check deps in that case)
 make_doc = [find_program('../scripts/meson/make-doc.sh'), '-j', 'auto']
 run_target(
   'doc',
index b7c290d0c697a8272b7022a447d6d2721dd9236a..67543aa1dabff33834d2d5adf6e033dc0ad71cdb 100644 (file)
@@ -178,7 +178,6 @@ option(
   'doc',
   type: 'combo',
   choices: [
-    'auto',
     'enabled',
     'disabled',
   ],