]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix links
authorTimo Heister <timo.heister@gmail.com>
Mon, 16 Dec 2013 20:40:40 +0000 (20:40 +0000)
committerTimo Heister <timo.heister@gmail.com>
Mon, 16 Dec 2013 20:40:40 +0000 (20:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@32032 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/developers/porting.html
deal.II/doc/developers/writing-documentation.html
deal.II/doc/users/cmakelists.html

index 1c51a8872bb59ce9a330de660603fc5d9de21807..a2f4a9dc193ca0057d2d73b418f8654b290f9543 100644 (file)
@@ -47,7 +47,7 @@ DEAL_II_CXX_FLAGS_RELEASE - additional flags for the release library
 </pre>
           After that try to compile the library with minimal external
           dependencies (<code>-DDEAL_II_ALLOW_AUTODETECTION=OFF</code>, for
-          further information see the <a href="cmake.html">deal.II CMake
+          further information see the <a href="../users/cmake.html">deal.II CMake
             documentation</a>).
         <li>
           For adding permanent support for the unknown compiler to the
index 249194b52c4f963112abc9e9a33583b699e046f8..5a878e14d2ac8545538eaabb530a20039c94af12 100644 (file)
@@ -39,7 +39,7 @@
 
     <p>
     In addition to the API documentation, we maintain a series of
-    <a href="../doxygen/tutorial/index.html" target="_top">
+    <a href="../doxygen/deal.II/Tutorial.html" target="_top">
     well-documented example programs</a>, which also follow a certain
     ``literate programming'' style in that the explanations of what
     is happening are integrated into the program source by means of
index 19e8aa3201495e4af2b51fea64571da9d4e2b0c3..111fdb05cdd3f5d39e621e163a696d4174a3fd31 100644 (file)
@@ -138,7 +138,7 @@ DEAL_II_SETUP_TARGET(mycode3)
 
 If the list gets longer, consider using
 a <a href="#cmakeadvanced.foreach">loop</a>, possibly
-with <a href="#cmakeadvanced.glob">GLOB</a>.
+with <a href="#cmakeadvanced.globs">GLOB</a>.
 
     <a name="cmakesimple.libs"></a>
     <h3>Adding libraries and common source files</h3>
@@ -396,6 +396,7 @@ IF(NOT &lt;expression&gt;)
 ENDIF()
 </pre>
 
+<a name="cmakeadvanced.foreach"></a> 
 <p>Loops are implemented with the help of <code>WHILE</code> and
 <code>FOR</code> statements. The former takes the same
 <code>&lt;expression&gt;</code> as the <code>IF</code> statement:</p>
@@ -588,7 +589,7 @@ INSTALL(TARGETS mycode DESTINATION bin)
 INSTALL(DIRECTORY run DESTINATION share/mycode/run)
 </pre>
 
-<a name="cmakesauto"></a>
+<a name="cmakeauto"></a>
 <h2>Autopilot style CMakeLists.txt</h2>
 
 <p>

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.