aboutsummaryrefslogtreecommitdiffstats
path: root/doc/cpp/api
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-07 16:06:56 -0400
committerDavid Robillard <d@drobilla.net>2022-07-07 16:06:56 -0400
commitf34fd2a2fe637c6b7cdb086630a1f590f461cc50 (patch)
treec133dc912fd61fa3acec8e5c442f4c410d9d1a04 /doc/cpp/api
parentfe0ee61b27b28d6c7cf80ac8abbdb3af55f43e8b (diff)
downloadpugl-f34fd2a2fe637c6b7cdb086630a1f590f461cc50.tar.gz
pugl-f34fd2a2fe637c6b7cdb086630a1f590f461cc50.tar.bz2
pugl-f34fd2a2fe637c6b7cdb086630a1f590f461cc50.zip
Fix documentation build as a subproject
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 ce462ed..9c81f6f 100644
--- a/doc/cpp/api/meson.build
+++ b/doc/cpp/api/meson.build
@@ -3,6 +3,6 @@
cpp_pugl_rst = custom_target(
'C++ API ReST Documentation',
- command: [dox_to_sphinx, '-l', 'cpp', '-f', '@INPUT@', meson.current_build_dir()],
+ command: [dox_to_sphinx, '-l', 'cpp', '-f', '@INPUT@', '@OUTDIR@'],
input: cpp_index_xml,
output: 'pugl.rst')