From: Wolfgang Bangerth Date: Fri, 1 Nov 2024 03:18:27 +0000 (-0600) Subject: Also exclude 'doc/entry-name' from showing up in code gallery programs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17824%2Fhead;p=dealii.git Also exclude 'doc/entry-name' from showing up in code gallery programs. --- diff --git a/doc/doxygen/code-gallery/CMakeLists.txt b/doc/doxygen/code-gallery/CMakeLists.txt index b3d71a5f13..3e08a6a4a8 100644 --- a/doc/doxygen/code-gallery/CMakeLists.txt +++ b/doc/doxygen/code-gallery/CMakeLists.txt @@ -90,9 +90,10 @@ if (EXISTS ${DEAL_II_CODE_GALLERY_DIRECTORY}/README.md) string(REPLACE "${DEAL_II_CODE_GALLERY_DIRECTORY}/${_step}/" "" _relative_src_files "${_src_files}") list(REMOVE_ITEM _relative_src_files doc/author) - list(REMOVE_ITEM _relative_src_files doc/tooltip) - list(REMOVE_ITEM _relative_src_files doc/dependencies) list(REMOVE_ITEM _relative_src_files doc/builds-on) + list(REMOVE_ITEM _relative_src_files doc/dependencies) + list(REMOVE_ITEM _relative_src_files doc/entry-name) + list(REMOVE_ITEM _relative_src_files doc/tooltip) # Also remove files that were created by running 'cmake' in the