aboutsummaryrefslogtreecommitdiffstats
path: root/doc/c/meson.build
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/c/meson.build
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/c/meson.build')
-rw-r--r--doc/c/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/c/meson.build b/doc/c/meson.build
index 1401aa3..ba14ca9 100644
--- a/doc/c/meson.build
+++ b/doc/c/meson.build
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 David Robillard <d@drobilla.net>
+# Copyright 2021-2024 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
config = configuration_data()
@@ -43,7 +43,7 @@ subdir('xml')
subdir('api')
docs = custom_target(
- 'singlehtml',
+ 'c_singlehtml',
build_by_default: true,
command: [
sphinx_build,
@@ -61,7 +61,7 @@ docs = custom_target(
)
docs = custom_target(
- 'html',
+ 'c_html',
build_by_default: true,
command: [
sphinx_build,