From 1fc25e1abe793e3397c33691fc81224cd5f469a1 Mon Sep 17 00:00:00 2001
From: maier
- The deal.II deal.II README file gives an overview over the basics
of configuring and building the deal.II
library. This page provides more details about using the
@@ -460,7 +460,7 @@
diff --git a/deal.II/doc/development/toc.html b/deal.II/doc/development/toc.html
index 7bcb6c0110..de99994265 100644
--- a/deal.II/doc/development/toc.html
+++ b/deal.II/doc/development/toc.html
@@ -32,18 +32,18 @@
Documentation of the SVN Archive and
- information on Recent changes to the library: If you want to stay
informed about what is going on with the library itself, you may want
to take a look at this page. You can browse the repository and
subscribe to an rss feed too.
+ deal.II CMake documentation:
+ This page provides extensive information about usage and
+ development of the deal.II CMake build system.
- Makefiles:
- The library has a file which exports several make variables
- to Makefiles which include it. This information may be used
- to make writing Makefiles more portable and simple. The
- exported variables are explained in this page and we show two
- generic Makefiles, one for small and one for larger projects.
+ Example CMakefiles:
+ TODO
Writing
diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html
index 69628a6eee..4380b63c48 100644
--- a/deal.II/doc/readme.html
+++ b/deal.II/doc/readme.html
@@ -251,7 +251,7 @@
possibly with different arguments.
However, this sometimes leads to surprising results and you may
not get exactly what you were hoping for. For more information,
- see here.
+ see here.
Details on the deal.II configuration and build system
DebugRelease
will build both libraries
For more information, see the general discussion
- here.
+ here.
cmake
. A detailed description
- can be found here.
+ can be found here.
@@ -664,7 +664,7 @@
The deal.II cmake
system allows far
greater control over what exactly is configured or built than just the
outline above. If you want to learn more about this, take a look
- here.
+ here.