From f34fd2a2fe637c6b7cdb086630a1f590f461cc50 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jul 2022 16:06:56 -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 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') -- cgit v1.2.1