From b9b75cbfaf7edcfa1146be77c9371acca923e56d Mon Sep 17 00:00:00 2001
From: bangerth
Date: Thu, 22 Mar 2012 10:06:46 +0000
Subject: [PATCH] Fix incorrect description of variables.
git-svn-id: https://svn.dealii.org/trunk@25316 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/development/makefiles.2.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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.