From 65118d0317e6c8850b762d1b1496360a0840cab3 Mon Sep 17 00:00:00 2001
From: Luca Heltai
Date: Tue, 31 Aug 2010 10:27:49 +0000
Subject: [PATCH] Changed wiki address.
git-svn-id: https://svn.dealii.org/trunk@21806 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/development/Makefile.large | 18 ++++++++++--------
deal.II/doc/development/navbar.html | 2 +-
deal.II/doc/navbar.html | 4 ++--
deal.II/doc/news/news.html | 2 +-
deal.II/doc/readme-petsc-trilinos.html | 2 +-
deal.II/doc/readme.html | 6 +++---
6 files changed, 18 insertions(+), 16 deletions(-)
diff --git a/deal.II/doc/development/Makefile.large b/deal.II/doc/development/Makefile.large
index 1c813c474e..a0daa2b2bc 100644
--- a/deal.II/doc/development/Makefile.large
+++ b/deal.II/doc/development/Makefile.large
@@ -1,9 +1,11 @@
# $Id$
# The large projects Makefile looks much like the one for small
-# projects. Basically, only the following six parameters need to be
+# projects. Basically, only the following seven parameters need to be
# set by you:
+application-name = waves
+
# The first denotes the dimension for which the program is to be
# compiled:
deal_II_dimension = 2
@@ -12,14 +14,14 @@ deal_II_dimension = 2
# `lib/' to designate its destination directory. Note that the program
# name depends on the dimension, so you can keep copies for the
# different dimensions around:
-target = lib/application-name-$(deal_II_dimension)d
+target = lib/$(application-name)-$(deal_II_dimension)d
# The `debug-mode' variable works as in the small projects Makefile:
-debug-mode = off
+debug-mode = on
# And so does the following variable. You will have to set it to
# something more reasonable, of course.
-clean-up-files = ...
+clean-up-files =
# Finally, here is a variable which tells the `run' rule which
# parameters to pass to the executable. Usually, this will be the name
@@ -83,17 +85,17 @@ flags += -Ddeal_II_dimension=$(deal_II_dimension)
# The following two rules define how to compile C++ files into object
# files:
lib/$(deal_II_dimension)d/%.g.$(OBJEXT) :
- @echo =====waves=======$(deal_II_dimension)d====debug=====$(MT)== $( $@
diff --git a/deal.II/doc/development/navbar.html b/deal.II/doc/development/navbar.html
index bc7f0f25e9..0bb28b059e 100644
--- a/deal.II/doc/development/navbar.html
+++ b/deal.II/doc/development/navbar.html
@@ -37,7 +37,7 @@
Recent changes
Mailing lists
Test suite
- Wiki
+ Wiki
Bug tracker
diff --git a/deal.II/doc/navbar.html b/deal.II/doc/navbar.html
index 18b2c5abb1..64267d015d 100644
--- a/deal.II/doc/navbar.html
+++ b/deal.II/doc/navbar.html
@@ -20,11 +20,11 @@
README
- FAQ
+ FAQ
News
Download
Mailing list
- Wiki
+ Wiki
Bug tracker
diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html
index dd9d5d8213..d0deedc8f6 100644
--- a/deal.II/doc/news/news.html
+++ b/deal.II/doc/news/news.html
@@ -420,7 +420,7 @@
Hosted by Luca Heltai, there is now a deal.II Wiki. Users of
deal.II are encouraged to visit it, and,
as is usual with wikis, edit pages freely and post their
diff --git a/deal.II/doc/readme-petsc-trilinos.html b/deal.II/doc/readme-petsc-trilinos.html
index e675cf692a..f449b45f23 100644
--- a/deal.II/doc/readme-petsc-trilinos.html
+++ b/deal.II/doc/readme-petsc-trilinos.html
@@ -100,7 +100,7 @@
Installing both PETSc and deal.II together can be a bit of a
challenge. A good summary of the relevant steps can be found on
- the Frequently Asked Questions page.
diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html
index 05fb2cafbc..fd626a5a8c 100644
--- a/deal.II/doc/readme.html
+++ b/deal.II/doc/readme.html
@@ -62,10 +62,10 @@
Cygwin/Windows with cygwin1.dll versions
1.5.xx, and gcc 3.3 and 3.4 under Windows XP and
- NT. For installing under Windows, please refer to
additional information on
- the deal.II Wiki!
Newer versions of the compilers listed above are also likely to
@@ -763,7 +763,7 @@
the library may be found on the
homepage of
deal.II, or in the
- Frequently Asked Questions section.
+ Frequently Asked Questions section.
If you don't find anything there,
feel free to ask if you have any problems with deal.II. If a
question is of general interest, you may want to use our mailing list,
--
2.39.5