Skip to content
Snippets Groups Projects
Commit 7e4c8971 authored by EXT Jean-Matthieu Etancelin's avatar EXT Jean-Matthieu Etancelin
Browse files

fixup target names

parent 57be10c2
No related branches found
No related tags found
No related merge requests found
Pipeline #200256 canceled
...@@ -18,8 +18,8 @@ endif ...@@ -18,8 +18,8 @@ endif
subdir('config') subdir('config')
docs_gen_html_content = custom_target('docs_html', docs_gen_html_content = custom_target('docs',
output: 'docs_html.done', output: 'docs.done',
capture: false, capture: false,
command: [bash, doc_build_dir + '/config/gen_content.sh', 'html'], command: [bash, doc_build_dir + '/config/gen_content.sh', 'html'],
env: docs_env) env: docs_env)
...@@ -32,8 +32,8 @@ docs_gen_latex_content = custom_target('docs_latex', ...@@ -32,8 +32,8 @@ docs_gen_latex_content = custom_target('docs_latex',
depends: docs_gen_html_content, depends: docs_gen_html_content,
env: docs_env) env: docs_env)
docs_doctest = custom_target('docs_doctest', docs_doctest = custom_target('doctest',
output: 'docs_doctest.done', output: 'doctest.done',
capture: false, capture: false,
env: docs_env, env: docs_env,
command: [sphinx, '-M', 'doctest', '-d', doc_build_dir + '/doctrees', '-c', doc_build_dir + '/config', doc_build_dir + '/sphinx', doc_build_dir + '/build/html'], command: [sphinx, '-M', 'doctest', '-d', doc_build_dir + '/doctrees', '-c', doc_build_dir + '/config', doc_build_dir + '/sphinx', doc_build_dir + '/build/html'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment