aboutsummaryrefslogtreecommitdiffstats
path: root/doc/c/xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/c/xml')
-rw-r--r--doc/c/xml/meson.build2
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',