From 5cd46c6ff5e5fb187fc01cc938a6a09aa9c4d24c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 24 May 2021 09:16:25 -0400 Subject: Fix documentation build as a subproject --- doc/cpp/api/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/cpp/api') diff --git a/doc/cpp/api/meson.build b/doc/cpp/api/meson.build index 4bbbec2..4e5bae5 100644 --- a/doc/cpp/api/meson.build +++ b/doc/cpp/api/meson.build @@ -1,5 +1,5 @@ cpp_pugl_rst = custom_target( 'C++ API ReST Documentation', - command: [dox_to_sphinx, '-l', 'cpp', '-f', '@INPUT@', 'doc/cpp/api'], + command: [dox_to_sphinx, '-l', 'cpp', '-f', '@INPUT@', meson.current_build_dir()], input: cpp_index_xml, output: 'pugl.rst') -- cgit v1.2.1