diff options
Diffstat (limited to 'doc/cpp/api/meson.build')
-rw-r--r-- | doc/cpp/api/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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') |