From 02cd6b784801cfb2766dd6f9f05de1dd452af6b4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 17 Sep 2020 13:03:04 -0600 Subject: [PATCH] Also install missing files from the code gallery. --- doc/doxygen/code-gallery/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.5