From 7e82f59c2881786449184d2edd42b6943131821b Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 14 Feb 2016 08:39:06 -0500 Subject: [PATCH] Make the CMake tutorial more accurate. This commit names things correctly (e.g., CMakeLists.txt, not CMakefiles.txt). --- doc/doxygen/tutorial/tutorial.h.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.5