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

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


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

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.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Examples.html	11 Sep 2006 13:52:33 -0000	1.9
+++ Examples.html	11 Sep 2006 13:54:03 -0000	1.10
@@ -27,14 +27,15 @@
     created: one for each directory.
     <p>
     The first, top-level directory contains the following CMakeLists.txt file.
-    <pre><!--#include file="Example/CMakeLists.txt"--></pre>
+
+    <blockquote><code><!--#include file="Example/CMakeLists.txt"--></code></blockquote>
     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>
+    <blockquote><code><!--#include file="Example/Hello/CMakeLists.txt"--></code></blockquote>
     Finally, in the ./Demo directory, the third and final CMakeLists.txt file
     is created:
-    <pre><!--#include file="Example/Demo/CMakeLists.txt"--></pre>
+    <blockquote><code><!--#include file="Example/Demo/CMakeLists.txt"--></code></blockquote>
     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