Skip to content

Commit 29859a9

Browse files
authored
Merge pull request #286 from thewtex/epub-path
BUG: Fix epub output path link in documentation
2 parents 56a6786 + 0ca83aa commit 29859a9

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)