]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Also exclude 'doc/entry-name' from showing up in code gallery programs. 17824/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 1 Nov 2024 03:18:27 +0000 (21:18 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 1 Nov 2024 03:18:27 +0000 (21:18 -0600)
doc/doxygen/code-gallery/CMakeLists.txt

index b3d71a5f1387a9604dcf8eff594a7085be2d01b2..3e08a6a4a8327b0ef472026463e692208db09e6a 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.