Commit c7fea390 authored by Yann Diorcet's avatar Yann Diorcet

Fix asciidoc

parent 238aa49d
...@@ -677,9 +677,7 @@ foreach (txt ${docs}) ...@@ -677,9 +677,7 @@ foreach (txt ${docs})
set (dst doc/${html}) set (dst doc/${html})
add_custom_command ( add_custom_command (
OUTPUT ${dst} OUTPUT ${dst}
COMMAND ${PYTHON_EXECUTABLE} COMMAND ${ASCIIDOC_EXECUTABLE}
ARGS -x
${ASCIIDOC_EXECUTABLE}
-d manpage -d manpage
-b xhtml11 -b xhtml11
-f ${CMAKE_CURRENT_SOURCE_DIR}/doc/asciidoc.conf -f ${CMAKE_CURRENT_SOURCE_DIR}/doc/asciidoc.conf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment