In the copy of the library (your local one, or the one on the
diff --git a/deal.II/doc/development/makefiles.2.html b/deal.II/doc/development/makefiles.2.html
index d077f25e78..b0dcf658ea 100644
--- a/deal.II/doc/development/makefiles.2.html
+++ b/deal.II/doc/development/makefiles.2.html
@@ -1,6 +1,6 @@
-
+
Generic Makefiles
@@ -47,6 +47,7 @@
assumes that in your project directory the following
subdirectories exist (where project is the
directory in which the whole project is located):
+
project/source
project/include
@@ -57,6 +58,7 @@
project/lib/3d
+
Include files need to be placed into
project/include, while implementation files
are to be in project/source. The executable
@@ -89,7 +91,7 @@
The third
Makefile is common/Makefile.template in
- the deal.II directory tree.
+ the deal.II directory tree.
It was designed for several targets in one directory and
makes use of the compilation rules in
@@ -102,6 +104,13 @@
The deal.II mailing list
+