From: Wolfgang Bangerth Date: Thu, 17 Sep 2020 19:03:04 +0000 (-0600) Subject: Also install missing files from the code gallery. X-Git-Tag: v9.3.0-rc1~1096^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02cd6b784801cfb2766dd6f9f05de1dd452af6b4;p=dealii.git Also install missing files from the code gallery. --- diff --git a/doc/doxygen/code-gallery/CMakeLists.txt b/doc/doxygen/code-gallery/CMakeLists.txt index 772c04b7fb..35b7a6bc53 100644 --- a/doc/doxygen/code-gallery/CMakeLists.txt +++ b/doc/doxygen/code-gallery/CMakeLists.txt @@ -155,6 +155,15 @@ IF (EXISTS ${DEAL_II_CODE_GALLERY_DIRECTORY}/README.md) ENDFOREACH() + # Now also install the directory in which the script puts copies of everything + # that isn't explicitly annotated and sent through doxygen. + INSTALL(DIRECTORY + ${CMAKE_CURRENT_BINARY_DIR} + DESTINATION ${DEAL_II_DOCHTML_RELDIR}/doxygen + COMPONENT documentation + ) + + ELSE() # no copy of the code gallery is available. say so. but also