Since
c60382365dc removed changes.h, we should also update our CMake scripts to
not look for build rules that use this (nonexistant) file.
FILE(GLOB _misc
${CMAKE_CURRENT_SOURCE_DIR}/doxygen/headers/*.h
- ${CMAKE_CURRENT_SOURCE_DIR}/news/changes.h
)
ADD_LIBRARY(doxygen_headers OBJECT ${_misc})
# are captured via a GLOB since they may not exist (and so not
# be captured via the GLOB) at the time cmake runs
LIST(APPEND _doxygen_depend
- ${CMAKE_BINARY_DIR}/doc/news/changes.h
${CMAKE_BINARY_DIR}/include/deal.II/base/config.h
${CMAKE_CURRENT_BINARY_DIR}/tutorial/tutorial.h
)
+# Add the changelog (a CMake custom target) as a dependency for doxygen too
+LIST(APPEND _doxygen_depend changelog)
+
# find all tutorial programs so we can add dependencies as appropriate
FILE(GLOB _deal_ii_steps
${CMAKE_SOURCE_DIR}/examples/step-*
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