From: bangerth
Date: Thu, 22 Mar 2012 10:06:46 +0000 (+0000)
Subject: Fix incorrect description of variables.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9b75cbfaf7edcfa1146be77c9371acca923e56d;p=dealii-svn.git
Fix incorrect description of variables.
git-svn-id: https://svn.dealii.org/trunk@25316 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/development/makefiles.2.html b/deal.II/doc/development/makefiles.2.html
index 970f45b97a..f73a697c7c 100644
--- a/deal.II/doc/development/makefiles.2.html
+++ b/deal.II/doc/development/makefiles.2.html
@@ -37,9 +37,9 @@
-
project/source
: The location of all
- your .h
files.
- -
project/include
: The location of all
your .cc
files.
+ -
project/include
: The location of all
+ your .h
files.
-
project/lib
: Where the Makefile will
put the final executable.