Skip to content
Snippets Groups Projects
Commit e26f7a39 authored by Victor Poughon's avatar Victor Poughon
Browse files

Merge branch 'software_guide_release_notes' into develop

parents a7282373 bc97c817
No related branches found
No related tags found
No related merge requests found
...@@ -92,18 +92,9 @@ SET(DVIPS_CONVERTER_OPTIONS -D600) ...@@ -92,18 +92,9 @@ SET(DVIPS_CONVERTER_OPTIONS -D600)
SET(TEX4HT_OPTIONS html,2,sections+) SET(TEX4HT_OPTIONS html,2,sections+)
SET (HTML_OUTPUT "SoftwareGuide-${OTB_VERSION_MAJOR}.${OTB_VERSION_MINOR}") SET (HTML_OUTPUT "SoftwareGuide-${OTB_VERSION_MAJOR}.${OTB_VERSION_MINOR}")
# # Copy RELEASE_NOTES.txt from OTB source tree to Software Guide build directory
#copy release_notes from source tree
#
SET (RELEASE_NOTES_SRC RELEASE_NOTES.txt) SET (RELEASE_NOTES_SRC RELEASE_NOTES.txt)
#TODO transform the copy as a custom command EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E copy "${OTB_SOURCE_DIR}/${RELEASE_NOTES_SRC}" "${SoftwareGuide_BINARY_DIR}/Latex/${RELEASE_NOTES_SRC}")
#ADD_CUSTOM_COMMAND(
# PRE_BUILD
# OUTPUT ${SoftwareGuide_SOURCE_DIR}/Latex/${RELEASE_NOTES_SRC}
# COMMAND ${CMAKE_COMMAND} -E copy ${OTB_SOURCE_DIR}/${RELEASE_NOTES_SRC} ${SoftwareGuide_SOURCE_DIR}/Latex/${RELEASE_NOTES_SRC}
# COMMENT "Copying the Release Notes"
#)
EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E copy "${OTB_SOURCE_DIR}/${RELEASE_NOTES_SRC}" "${SoftwareGuide_SOURCE_DIR}/Latex/${RELEASE_NOTES_SRC}")
# #
# File that defines the path to .cxx examples in ITK sources # File that defines the path to .cxx examples in ITK sources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment