From: Timo Heister Date: Wed, 6 Aug 2014 21:37:20 +0000 (-0400) Subject: add steps back to doxygen X-Git-Tag: v8.2.0-rc1~223^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F58%2Fhead;p=dealii.git add steps back to doxygen This fixes the bug introduced in 17479c593. --- diff --git a/doc/doxygen/CMakeLists.txt b/doc/doxygen/CMakeLists.txt index 41a1cc2010..2b0e75e4d5 100644 --- a/doc/doxygen/CMakeLists.txt +++ b/doc/doxygen/CMakeLists.txt @@ -125,6 +125,9 @@ FOREACH(_step ${DEAL_II_STEPS}) LIST(APPEND _doxygen_depend ${CMAKE_CURRENT_BINARY_DIR}/tutorial/${_step}.h ) + LIST(APPEND _doxygen_input + ${CMAKE_CURRENT_BINARY_DIR}/tutorial/${_step}.h + ) ENDFOREACH() FILE(APPEND "${CMAKE_CURRENT_BINARY_DIR}/options.dox"