Remove per-file custom target from cmake docutils module
This commit is contained in:
parent
2c89a92e18
commit
a9148f8352
@ -34,7 +34,6 @@ if(RST2HTML_EXECUTABLE)
|
|||||||
|
|
||||||
add_custom_command(OUTPUT ${outfile} COMMAND ${RST2HTML_EXECUTABLE}
|
add_custom_command(OUTPUT ${outfile} COMMAND ${RST2HTML_EXECUTABLE}
|
||||||
ARGS ${infile} ${outfile} DEPENDS ${infile})
|
ARGS ${infile} ${outfile} DEPENDS ${infile})
|
||||||
add_custom_target(RstHTMLDocuments_${it} ALL DEPENDS ${outfile})
|
|
||||||
endforeach()
|
endforeach()
|
||||||
endmacro()
|
endmacro()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user