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

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 11 09:54:34 EDT 2006


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

Modified Files:
	Examples.html 
Log Message:
STYLE: Fixed whitespace in previous change.


Index: Examples.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/Examples.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Examples.html	11 Sep 2006 13:54:03 -0000	1.10
+++ Examples.html	11 Sep 2006 13:54:32 -0000	1.11
@@ -28,14 +28,14 @@
     <p>
     The first, top-level directory contains the following CMakeLists.txt file.
 
-    <blockquote><code><!--#include file="Example/CMakeLists.txt"--></code></blockquote>
+    <pre><!--#include file="Example/CMakeLists.txt"--></pre>
     Then for each subdirectory specified, CMakeLists.txt
     files are created. In the ./Hello directory, the following CMakeLists.txt
     file is created:
-    <blockquote><code><!--#include file="Example/Hello/CMakeLists.txt"--></code></blockquote>
+    <pre><!--#include file="Example/Hello/CMakeLists.txt"--></pre>
     Finally, in the ./Demo directory, the third and final CMakeLists.txt file
     is created:
-    <blockquote><code><!--#include file="Example/Demo/CMakeLists.txt"--></code></blockquote>
+    <pre><!--#include file="Example/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