diff options
author | David Robillard <d@drobilla.net> | 2023-05-11 22:43:02 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-11 23:12:04 -0400 |
commit | 60cbe5b9b6d42bd850c5ea39c06b6e182f9c2645 (patch) | |
tree | d10b1910875079f5724ff92b68d711a7e9a6804b /doc/c/xml | |
parent | 86894351ffb6cc7f9fd9a4d63ba0a6eecc64d29d (diff) | |
download | serd-60cbe5b9b6d42bd850c5ea39c06b6e182f9c2645.tar.gz serd-60cbe5b9b6d42bd850c5ea39c06b6e182f9c2645.tar.bz2 serd-60cbe5b9b6d42bd850c5ea39c06b6e182f9c2645.zip |
Clean up documentation and remove junk files from install
Diffstat (limited to 'doc/c/xml')
-rw-r--r-- | doc/c/xml/meson.build | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build deleted file mode 100644 index 34852719..00000000 --- a/doc/c/xml/meson.build +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2020-2022 David Robillard <d@drobilla.net> -# SPDX-License-Identifier: 0BSD OR ISC - -doxygen = find_program('doxygen') - -config = configuration_data() -config.set('SERD_SRCDIR', serd_src_root) -config.set('DOX_OUTPUT', meson.current_build_dir() / '..') - -c_doxyfile = configure_file( - configuration: config, - input: files('../Doxyfile.in'), - output: 'Doxyfile', -) - -c_index_xml = custom_target( - 'index.xml', - command: [doxygen, '@INPUT0@'], - input: [c_doxyfile] + c_headers, - output: 'index.xml', -) |