From cbfd4dbdb802d9b98c23b2acf4a70ba61528e4e0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 6 Jan 2016 08:25:46 -0600 Subject: [PATCH] More accurately describe dependencies. --- doc/doxygen/code-gallery/CMakeLists.txt | 3 ++- doc/doxygen/tutorial/CMakeLists.txt | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.39.5