
4 changed files with 14 additions and 9 deletions
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
c_sratom_rst = custom_target( |
||||
'C API ReST Documentation', |
||||
command: [dox_to_sphinx, '-f', '@INPUT0@', 'doc/c/api'], |
||||
'Sratom C API ReST Documentation', |
||||
command: [dox_to_sphinx, '-f', '@INPUT0@', meson.current_build_dir()], |
||||
input: [c_index_xml] + c_rst_files, |
||||
output: 'sratom.rst') |
||||
|
Loading…
Reference in new issue