]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
CMake: Minor documentation cleanup
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Mar 2013 15:18:43 +0000 (15:18 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Mar 2013 15:18:43 +0000 (15:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@28912 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/development/CMakeLists.txt.sample [moved from deal.II/doc/development/CMakeLists.txt.example with 95% similarity]
deal.II/doc/development/cmakelists.html

similarity index 95%
rename from deal.II/doc/development/CMakeLists.txt.example
rename to deal.II/doc/development/CMakeLists.txt.sample
index 8de818e090067f6688c101efaf04309105ef2711..549cf0d0bbed3fa5dbda0ca3584e475191c68c98 100644 (file)
@@ -44,7 +44,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8)
 #
 FIND_PACKAGE(deal.II 8.0 REQUIRED
   HINTS
-    ${DEAL_II_DIRS} ../ ../../ ../../../ ../../../../../ $ENV{DEAL_II_DIR}
+    ${DEAL_II_DIRS} ../ ../../ $ENV{DEAL_II_DIR}
   #
   # If the deal.II library cannot be found (because it is not installed at a
   # default location or your project resides at an uncommon place), you
index 163702a7559735af2d30abcaf2429edaeb64f89a..5ebc8bc15fbb9593c94f3191416842c15e88bb7d 100644 (file)
@@ -70,7 +70,7 @@
     <p>
       The easiest way to write a <code>CMakeLists.txt</code> file is to use
       an "autopilot" style macro. Here is an example for the step-1
-      tutorial program (<a href="CMakeLists.txt.example"
+      tutorial program (<a href="CMakeLists.txt.sample"
       target="_top">plain text</a> version) that can be used for simple
       projects:
       <pre>
     #
     FIND_PACKAGE(deal.II 8.0 REQUIRED
       HINTS
-        ${DEAL_II_DIR} ../ ../../ ../../../ ../../../../../ $ENV{DEAL_II_DIR}
+        ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
       #
       # If the deal.II library cannot be found (because it is not installed at a
       # default location or your project resides at an uncommon place), you
     #
     FIND_PACKAGE(deal.II 8.0 REQUIRED
       HINTS
-        ${DEAL_II_DIR} ../ ../../ ../../../ ../../../../../ $ENV{DEAL_II_DIR}
+        ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
       #
       # If the deal.II library cannot be found (because it is not installed at a
       # default location or your project resides at an uncommon place), you
       COMMENT "Run ${TARGET} with ${CMAKE_BUILD_TYPE} configuration"
       )
       </pre>
-
-    Further details can be found in the <a href="cmake.html#ext"
-      target="body">deal.II CMake ReadME</a>.
    </p>
 
 
-
     <a name="ext"></a>
     <h3> Advanced setup for <acronym>deal.II</acronym> in a CMake project </h3>
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.