From: Wolfgang Bangerth Date: Wed, 6 Jan 2016 14:25:46 +0000 (-0600) Subject: More accurately describe dependencies. X-Git-Tag: v8.4.0-rc2~110^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbfd4dbdb802d9b98c23b2acf4a70ba61528e4e0;p=dealii.git More accurately describe dependencies. --- diff --git a/doc/doxygen/code-gallery/CMakeLists.txt b/doc/doxygen/code-gallery/CMakeLists.txt index 519cf2ac07..8da41c5712 100644 --- a/doc/doxygen/code-gallery/CMakeLists.txt +++ b/doc/doxygen/code-gallery/CMakeLists.txt @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2015 by the deal.II Authors +## Copyright (C) 2015, 2016 by the deal.II Authors ## ## This file is part of the deal.II library. ## @@ -76,6 +76,7 @@ IF (EXISTS ${DEAL_II_CODE_GALLERY_DIRECTORY}/README.md) ${CMAKE_CURRENT_BINARY_DIR} DEPENDS ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/make_gallery.pl + ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/program2doxygen ${_src_files} ) diff --git a/doc/doxygen/tutorial/CMakeLists.txt b/doc/doxygen/tutorial/CMakeLists.txt index 198c89828f..e482f76b5f 100644 --- a/doc/doxygen/tutorial/CMakeLists.txt +++ b/doc/doxygen/tutorial/CMakeLists.txt @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2012 - 2015 by the deal.II Authors +## Copyright (C) 2012 - 2016 by the deal.II Authors ## ## This file is part of the deal.II library. ## @@ -113,6 +113,10 @@ FOREACH(_step ${_deal_ii_steps}) ${CMAKE_CURRENT_BINARY_DIR} DEPENDS ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/make_step.pl + ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/intro2toc + ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/create_anchors + ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/program2doxygen + ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/program2doxyplain ${CMAKE_SOURCE_DIR}/examples/${_step}/${_step}.cc ${CMAKE_SOURCE_DIR}/examples/${_step}/doc/intro.dox ${CMAKE_SOURCE_DIR}/examples/${_step}/doc/results.dox