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

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 11 09:52:35 EDT 2006


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

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.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Examples.html	11 Sep 2006 13:51:14 -0000	1.8
+++ Examples.html	11 Sep 2006 13:52:33 -0000	1.9
@@ -27,20 +27,14 @@
     created: one for each directory.
     <p>
     The first, top-level directory contains the following CMakeLists.txt file.
-    <pre>
-    <!--#include file="Example/CMakeLists.txt"-->
-    </pre>
+    <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:
-    <pre>
-    <!--#include file="Example/Hello/CMakeLists.txt"-->
-    </pre>
+    <pre><!--#include file="Example/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="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