From: Matthias Maier Date: Mon, 15 Dec 2014 22:58:31 +0000 (+0100) Subject: Bugfix: Fix typo so that our step-graph gets build again... X-Git-Tag: v8.2.0-rc1~14^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e3b18f8fa929b81c66e0c53d364f1fc1279e24e;p=dealii.git Bugfix: Fix typo so that our step-graph gets build again... --- 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