From 7e3b18f8fa929b81c66e0c53d364f1fc1279e24e Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 15 Dec 2014 23:58:31 +0100 Subject: [PATCH] Bugfix: Fix typo so that our step-graph gets build again... --- doc/doxygen/CMakeLists.txt | 2 +- doc/doxygen/tutorial/CMakeLists.txt | 7 ++++++- examples/step-54/doc/builds-on | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/doxygen/CMakeLists.txt b/doc/doxygen/CMakeLists.txt index a02a7a77a3..ae0e55efce 100644 --- a/doc/doxygen/CMakeLists.txt +++ b/doc/doxygen/CMakeLists.txt @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2012 - 2013 by the deal.II authors +## Copyright (C) 2012 - 2014 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/doc/doxygen/tutorial/CMakeLists.txt b/doc/doxygen/tutorial/CMakeLists.txt index 9185fb85f0..80ba641cc8 100644 --- a/doc/doxygen/tutorial/CMakeLists.txt +++ b/doc/doxygen/tutorial/CMakeLists.txt @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2012 - 2013 by the deal.II Authors +## Copyright (C) 2012 - 2014 by the deal.II Authors ## ## This file is part of the deal.II library. ## @@ -18,6 +18,10 @@ # Prepare tutorial.h: # +file(GLOB DEAL_II_STEPS_BUILDSON + ${CMAKE_SOURCE_DIR}/examples/step-*/doc/builds-on + ) + ADD_CUSTOM_COMMAND( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/tutorial.h COMMAND ${PERL_EXECUTABLE} @@ -28,6 +32,7 @@ ADD_CUSTOM_COMMAND( > ${CMAKE_CURRENT_BINARY_DIR}/tutorial.h DEPENDS ${DEAL_II_STEPS} + ${DEAL_II_STEPS_BUILDSON} ${CMAKE_CURRENT_SOURCE_DIR}/tutorial.h.in ) diff --git a/examples/step-54/doc/builds-on b/examples/step-54/doc/builds-on index e5b502c085..4673935cbe 100644 --- a/examples/step-54/doc/builds-on +++ b/examples/step-54/doc/builds-on @@ -1 +1 @@ -step-49, step-53 +step-49 step-53 -- 2.39.5