From: David Wells Date: Sun, 14 Feb 2016 13:39:06 +0000 (-0500) Subject: Make the CMake tutorial more accurate. X-Git-Tag: v8.5.0-rc1~1314^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2184%2Fhead;p=dealii.git Make the CMake tutorial more accurate. This commit names things correctly (e.g., CMakeLists.txt, not CMakefiles.txt). --- diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index e072441e06..7a5f7a1f81 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -49,9 +49,10 @@ * one of the tutorial directories, you can configure the program by typing * cmake ., build it via make and run it using * make run. The latter command also compiles the program if - * that has not already been done. The CMakefiles.txt files in the - * different directories are based on the - * small program Makefile template. + * that has not already been done. The CMakeLists.txt files in the + * different directories are based on the + * autopilot + * style CMakeLists.txt example. * * @note Some of the tutorial programs also jointly form * the geodynamics