diff options
author | David Robillard <d@drobilla.net> | 2024-10-05 12:26:41 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-05 12:26:41 -0400 |
commit | 0a2e26e998a64f981cc308249010173cebfa6ad2 (patch) | |
tree | 12c75f3609b4760fdb2ddd82eaca74a166d98a97 /doc/c/xml | |
parent | dc2c434fdb4c77a7cd14e22d2624c0ee879ca029 (diff) | |
download | pugl-0a2e26e998a64f981cc308249010173cebfa6ad2.tar.gz pugl-0a2e26e998a64f981cc308249010173cebfa6ad2.tar.bz2 pugl-0a2e26e998a64f981cc308249010173cebfa6ad2.zip |
Clean up documentation build and use unique target names
Diffstat (limited to 'doc/c/xml')
-rw-r--r-- | doc/c/xml/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build index 8b5e0e2..3e371dc 100644 --- a/doc/c/xml/meson.build +++ b/doc/c/xml/meson.build @@ -1,4 +1,4 @@ -# Copyright 2021 David Robillard <d@drobilla.net> +# Copyright 2021-2024 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC config = configuration_data() @@ -12,7 +12,7 @@ c_doxyfile = configure_file( ) c_index_xml = custom_target( - 'c-index.xml', + 'c_index.xml', command: [doxygen, '@INPUT0@'], input: [c_doxyfile] + c_headers, output: 'index.xml', |