From 37652c5fa5556e7644dbebb12171833e8daf38cc Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 2 Aug 2015 17:42:51 -0500 Subject: [PATCH] update documentation --- cmake/setup_custom_targets.cmake | 4 +--- doc/developers/testsuite.html | 3 --- doc/users/cmake.html | 2 -- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/cmake/setup_custom_targets.cmake b/cmake/setup_custom_targets.cmake index 4cffb3c4ff..0cd0494479 100644 --- a/cmake/setup_custom_targets.cmake +++ b/cmake/setup_custom_targets.cmake @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2013 - 2014 by the deal.II authors +## Copyright (C) 2013 - 2015 by the deal.II authors ## ## This file is part of the deal.II library. ## @@ -128,8 +128,6 @@ FILE(WRITE ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/print_info.cmake # test - run a minimal set of tests # # setup_tests - set up testsuite subprojects -# regen_tests - rerun configure stage in every testsuite subproject -# clean_tests - run the 'clean' target in every testsuite subproject # prune_tests - remove all testsuite subprojects # ###\")" diff --git a/doc/developers/testsuite.html b/doc/developers/testsuite.html index bf8d3269a2..c7ce129107 100644 --- a/doc/developers/testsuite.html +++ b/doc/developers/testsuite.html @@ -96,9 +96,6 @@ $ make setup_tests

The setup can be fine-tuned using the following commands:

-$ make regen_tests - reruns configure stage in every testsuite subproject
-
-$ make clean_tests - runs the 'clean' target in every testsuite subproject
 
 $ make prune_tests - removes all testsuite subprojects
 
diff --git a/doc/users/cmake.html b/doc/users/cmake.html index 1f4913a356..8703010946 100644 --- a/doc/users/cmake.html +++ b/doc/users/cmake.html @@ -229,8 +229,6 @@ cmake -DDEAL_II_WITH_MPI=ON <...> # test - run a minimal set of tests # # setup_tests - set up the testsuite subprojects -# regen_tests - rerun configure stage in every testsuite subprojects -# clean_tests - run the 'clean' target in every testsuite subproject # prune_tests - remove all testsuite subprojects # ### -- 2.39.5