diff options
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 |