diff options
author | David Robillard <d@drobilla.net> | 2023-05-14 20:03:30 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-14 20:03:30 -0400 |
commit | d564baafed0863813a87d872f8663134e74228c8 (patch) | |
tree | 69c80abc4ed6d011beac6a2904938830024dc220 /doc/c/api | |
parent | 99540a8f30408d15339ececc4c28f27e2e2f06ab (diff) | |
download | lilv-d564baafed0863813a87d872f8663134e74228c8.tar.gz lilv-d564baafed0863813a87d872f8663134e74228c8.tar.bz2 lilv-d564baafed0863813a87d872f8663134e74228c8.zip |
Clean up documentation and remove junk files from install
Diffstat (limited to 'doc/c/api')
-rw-r--r-- | doc/c/api/meson.build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/c/api/meson.build b/doc/c/api/meson.build deleted file mode 100644 index 8c8293b..0000000 --- a/doc/c/api/meson.build +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 2021-2022 David Robillard <d@drobilla.net> -# SPDX-License-Identifier: 0BSD OR ISC - -c_lilv_rst = custom_target( - 'lilv.rst', - command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], - input: [c_index_xml] + c_rst_files, - output: 'lilv.rst', -) |