[cmake-commits] king committed Examples.html 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 11 09:57:02 EDT 2006


Update of /cvsroot/CMake/CMakeWeb/HTML
In directory public:/mounts/ram/cvs-serv22077/HTML

Modified Files:
	Examples.html 
Log Message:
ENH: Renamed Example directory to CMakeExample for consistency with tarball creation.


Index: Examples.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/Examples.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Examples.html	11 Sep 2006 13:54:32 -0000	1.11
+++ Examples.html	11 Sep 2006 13:56:59 -0000	1.12
@@ -28,14 +28,14 @@
     <p>
     The first, top-level directory contains the following CMakeLists.txt file.
 
-    <pre><!--#include file="Example/CMakeLists.txt"--></pre>
+    <pre><!--#include file="CMakeExample/CMakeLists.txt"--></pre>
     Then for each subdirectory specified, CMakeLists.txt
     files are created. In the ./Hello directory, the following CMakeLists.txt
     file is created:
-    <pre><!--#include file="Example/Hello/CMakeLists.txt"--></pre>
+    <pre><!--#include file="CMakeExample/Hello/CMakeLists.txt"--></pre>
     Finally, in the ./Demo directory, the third and final CMakeLists.txt file
     is created:
-    <pre><!--#include file="Example/Demo/CMakeLists.txt"--></pre>
+    <pre><!--#include file="CMakeExample/Demo/CMakeLists.txt"--></pre>
     CMake when executed in the top-level directory will process the 
     CMakeLists.txt file and then descend into the listed subdirectories.
     Variables, include paths, library paths, etc. are inherited. Depending



More information about the Cmake-commits mailing list