diff options
author | David Robillard <d@drobilla.net> | 2024-03-14 14:12:24 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-03-14 14:12:24 -0400 |
commit | 045b0389fc720608b57fa5243331e1d5a5eabece (patch) | |
tree | 5eebbc679270d0067746c18651de8d530d2b3fba /doc | |
parent | 2c5df8b2164c25bd4577c49eb5830192cdd127e0 (diff) | |
download | sord-045b0389fc720608b57fa5243331e1d5a5eabece.tar.gz sord-045b0389fc720608b57fa5243331e1d5a5eabece.tar.bz2 sord-045b0389fc720608b57fa5243331e1d5a5eabece.zip |
Add option to install tool man pages
Fix some strange redundant installation bug in the process.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/meson.build | 6 |
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 |