Skip to content

Commit 2e50fef

Browse files
committed
Fix execute syntax
1 parent b41ecce commit 2e50fef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

doc/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ elseif(ASCIIDOC AND A2X)
1818
message(STATUS "Using asciidoc/a2x for manpage generation")
1919
add_custom_command(
2020
OUTPUT ${PROJECT_BINARY_DIR}/kcroninit.1
21-
COMMAND ${CMAKE_COMMAND}
22-
${ASCIIDOC} --backend docbook -a "a2x-format=manpage" --doctype manpage --out-file ${PROJECT_BINARY_DIR}/kcron.xml ${PROJECT_SOURCE_DIR}/doc/kcron.doc
21+
COMMAND ${ASCIIDOC} --backend docbook -a "a2x-format=manpage" --doctype manpage --out-file ${PROJECT_BINARY_DIR}/kcron.xml ${PROJECT_SOURCE_DIR}/doc/kcron.doc
2322
COMMAND ${CMAKE_COMMAND} -E env PYTHONWARNINGS=ignore::SyntaxWarning
2423
${A2X} --doctype manpage --format manpage ${PROJECT_BINARY_DIR}/kcron.xml
2524
DEPENDS ${PROJECT_SOURCE_DIR}/doc/kcron.doc

0 commit comments

Comments
 (0)