summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-12 07:38:03 -0400
committerDavid Robillard <d@drobilla.net>2023-05-12 07:38:03 -0400
commit11ee06fbb5f37f05bfa86d55476d5ba997b20dc8 (patch)
tree09879dbe373f31b2b11acf395d456470898af638
parent4bccd1d897f17a352ea28387a40595e7cb7d825d (diff)
downloadzix-11ee06fbb5f37f05bfa86d55476d5ba997b20dc8.tar.gz
zix-11ee06fbb5f37f05bfa86d55476d5ba997b20dc8.tar.bz2
zix-11ee06fbb5f37f05bfa86d55476d5ba997b20dc8.zip
Remove redundant assignment
-rw-r--r--doc/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/meson.build b/doc/meson.build
index b3dd5b0..4de3240 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -24,7 +24,6 @@ if not meson.is_subproject()
summary('Documentation', build_docs, bool_yn: true, section: 'Configuration')
endif
-build_docs = doxygen.found() and sphinxygen.found() and sphinx_build.found()
if build_docs
# Warn if the "official" theme isn't present
pymod = import('python')