aboutsummaryrefslogtreecommitdiffstats
path: root/doc/cpp/xml
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-24 09:16:25 -0400
committerDavid Robillard <d@drobilla.net>2021-05-24 09:42:59 -0400
commit5cd46c6ff5e5fb187fc01cc938a6a09aa9c4d24c (patch)
tree8f0dd3efab47f933b18e53439d57607b651d8645 /doc/cpp/xml
parent3d78a073d90d8f232604fbdc76a6a583ffab364b (diff)
downloadpugl-5cd46c6ff5e5fb187fc01cc938a6a09aa9c4d24c.tar.gz
pugl-5cd46c6ff5e5fb187fc01cc938a6a09aa9c4d24c.tar.bz2
pugl-5cd46c6ff5e5fb187fc01cc938a6a09aa9c4d24c.zip
Fix documentation build as a subproject
Diffstat (limited to 'doc/cpp/xml')
-rw-r--r--doc/cpp/xml/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cpp/xml/meson.build b/doc/cpp/xml/meson.build
index 3f87f2a..d23a563 100644
--- a/doc/cpp/xml/meson.build
+++ b/doc/cpp/xml/meson.build
@@ -6,8 +6,8 @@ foreach h : c_headers + cpp_headers
endforeach
config = configuration_data()
-config.set('PUGL_HEADERS', ' '.join(cpp_doxygen_input))
config.set('PUGL_SRCDIR', pugl_src_root)
+config.set('DOX_OUTPUT', meson.current_build_dir() / '..')
cpp_doxyfile = configure_file(configuration: config,
input: '../Doxyfile.in',