diff options
author | David Robillard <d@drobilla.net> | 2021-05-24 09:16:25 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-05-24 09:42:59 -0400 |
commit | 5cd46c6ff5e5fb187fc01cc938a6a09aa9c4d24c (patch) | |
tree | 8f0dd3efab47f933b18e53439d57607b651d8645 /doc/c/xml | |
parent | 3d78a073d90d8f232604fbdc76a6a583ffab364b (diff) | |
download | pugl-5cd46c6ff5e5fb187fc01cc938a6a09aa9c4d24c.tar.gz pugl-5cd46c6ff5e5fb187fc01cc938a6a09aa9c4d24c.tar.bz2 pugl-5cd46c6ff5e5fb187fc01cc938a6a09aa9c4d24c.zip |
Fix documentation build as a subproject
Diffstat (limited to 'doc/c/xml')
-rw-r--r-- | doc/c/xml/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build index d79d59a..ea5df9c 100644 --- a/doc/c/xml/meson.build +++ b/doc/c/xml/meson.build @@ -6,8 +6,8 @@ foreach h : c_headers endforeach config = configuration_data() -config.set('PUGL_HEADERS', ' '.join(c_doxygen_input)) config.set('PUGL_SRCDIR', pugl_src_root) +config.set('DOX_OUTPUT', meson.current_build_dir() / '..') c_doxyfile = configure_file(configuration: config, input: '../Doxyfile.in', |