We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b6352 commit 0ca83aaCopy full SHA for 0ca83aa
CMakeLists.txt
@@ -349,7 +349,7 @@ if(BUILD_DOCUMENTATION)
349
add_custom_command(TARGET ${sphinx_target_base_name}_epub
350
POST_BUILD
351
COMMAND ${CMAKE_COMMAND} -E copy
352
- ${SPHINX_DESTINATION}/epub/*.epub
+ ${SPHINX_DESTINATION}/epub/sphinx.epub
353
${SPHINX_DESTINATION}/html/Documentation/Download/ITKSphinxExamples-${ITKSphinxExamples_RELEASE_VERSION}.epub
354
COMMENT "Copying EPUB"
355
)
0 commit comments