Skip to content

Commit 0ca83aa

Browse files
committed
BUG: Fix epub output path link in documentation
1 parent 66b6352 commit 0ca83aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ if(BUILD_DOCUMENTATION)
349349
add_custom_command(TARGET ${sphinx_target_base_name}_epub
350350
POST_BUILD
351351
COMMAND ${CMAKE_COMMAND} -E copy
352-
${SPHINX_DESTINATION}/epub/*.epub
352+
${SPHINX_DESTINATION}/epub/sphinx.epub
353353
${SPHINX_DESTINATION}/html/Documentation/Download/ITKSphinxExamples-${ITKSphinxExamples_RELEASE_VERSION}.epub
354354
COMMENT "Copying EPUB"
355355
)

0 commit comments

Comments
 (0)