summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-03-14 14:12:24 -0400
committerDavid Robillard <d@drobilla.net>2024-03-14 14:12:24 -0400
commit045b0389fc720608b57fa5243331e1d5a5eabece (patch)
tree5eebbc679270d0067746c18651de8d530d2b3fba /doc
parent2c5df8b2164c25bd4577c49eb5830192cdd127e0 (diff)
downloadsord-master.tar.gz
sord-master.tar.bz2
sord-master.zip
Add option to install tool man pagesHEADmaster
Fix some strange redundant installation bug in the process.
Diffstat (limited to 'doc')
-rw-r--r--doc/meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/meson.build b/doc/meson.build
index f194e4c..33f120e 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -2,11 +2,9 @@
# SPDX-License-Identifier: 0BSD OR ISC
docdir = get_option('datadir') / 'doc'
-
doxygen = find_program('doxygen', required: get_option('docs'))
build_docs = doxygen.found()
-
if build_docs
config = configuration_data()
config.set('SORD_VERSION', meson.project_version())
@@ -30,10 +28,6 @@ if build_docs
)
endif
-if not get_option('docs').disabled()
- install_man(files('sord_validate.1', 'sordi.1'))
-endif
-
if not meson.is_subproject()
summary('API Documentation', build_docs, bool_yn: true, section: 'Components')
endif