aboutsummaryrefslogtreecommitdiffstats
path: root/doc/cpp/api
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-10-05 12:26:41 -0400
committerDavid Robillard <d@drobilla.net>2024-10-05 12:26:41 -0400
commit0a2e26e998a64f981cc308249010173cebfa6ad2 (patch)
tree12c75f3609b4760fdb2ddd82eaca74a166d98a97 /doc/cpp/api
parentdc2c434fdb4c77a7cd14e22d2624c0ee879ca029 (diff)
downloadpugl-0a2e26e998a64f981cc308249010173cebfa6ad2.tar.gz
pugl-0a2e26e998a64f981cc308249010173cebfa6ad2.tar.bz2
pugl-0a2e26e998a64f981cc308249010173cebfa6ad2.zip
Clean up documentation build and use unique target names
Diffstat (limited to 'doc/cpp/api')
-rw-r--r--doc/cpp/api/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cpp/api/meson.build b/doc/cpp/api/meson.build
index 9b2f7e6..7f05f42 100644
--- a/doc/cpp/api/meson.build
+++ b/doc/cpp/api/meson.build
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: 0BSD OR ISC
cpp_pugl_rst = custom_target(
- 'C++ API ReST Documentation',
+ 'cpp_pugl.rst',
command: [sphinxygen, '-l', 'cpp', '-f', '@INPUT@', '@OUTDIR@'],
input: cpp_index_xml,
output: 'pugl.rst',