From 0ff97fc66d2949c6b3157f44c7149423b106acd1 Mon Sep 17 00:00:00 2001 From: heister Date: Mon, 16 Dec 2013 20:40:40 +0000 Subject: [PATCH] fix links git-svn-id: https://svn.dealii.org/trunk@32032 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/developers/porting.html | 2 +- deal.II/doc/developers/writing-documentation.html | 2 +- deal.II/doc/users/cmakelists.html | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/developers/porting.html b/deal.II/doc/developers/porting.html index 1c51a8872b..a2f4a9dc19 100644 --- a/deal.II/doc/developers/porting.html +++ b/deal.II/doc/developers/porting.html @@ -47,7 +47,7 @@ DEAL_II_CXX_FLAGS_RELEASE - additional flags for the release library After that try to compile the library with minimal external dependencies (-DDEAL_II_ALLOW_AUTODETECTION=OFF, for - further information see the deal.II CMake + further information see the deal.II CMake documentation).
  • For adding permanent support for the unknown compiler to the diff --git a/deal.II/doc/developers/writing-documentation.html b/deal.II/doc/developers/writing-documentation.html index 249194b52c..5a878e14d2 100644 --- a/deal.II/doc/developers/writing-documentation.html +++ b/deal.II/doc/developers/writing-documentation.html @@ -39,7 +39,7 @@

    In addition to the API documentation, we maintain a series of - + well-documented example programs, 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 diff --git a/deal.II/doc/users/cmakelists.html b/deal.II/doc/users/cmakelists.html index 19e8aa3201..111fdb05cd 100644 --- a/deal.II/doc/users/cmakelists.html +++ b/deal.II/doc/users/cmakelists.html @@ -138,7 +138,7 @@ DEAL_II_SETUP_TARGET(mycode3) If the list gets longer, consider using a loop, possibly -with GLOB. +with GLOB.

    Adding libraries and common source files

    @@ -396,6 +396,7 @@ IF(NOT <expression>) ENDIF() +

    Loops are implemented with the help of WHILE and FOR statements. The former takes the same <expression> as the IF statement:

    @@ -588,7 +589,7 @@ INSTALL(TARGETS mycode DESTINATION bin) INSTALL(DIRECTORY run DESTINATION share/mycode/run) - +

    Autopilot style CMakeLists.txt

    -- 2.39.5