From 1b7a49de23e5be6d39d5aad733de5b2ceb405dc7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 23 Jul 2013 13:49:55 +0000 Subject: [PATCH] Fix some broken links. Update file properties. git-svn-id: https://svn.dealii.org/trunk@30131 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/cmake-internals.html | 2 +- deal.II/doc/development/cmake.html | 2 +- deal.II/doc/development/cmakelists.html | 2 +- deal.II/doc/development/porting.html | 4 ++-- deal.II/doc/external-libs/arpack.html | 6 +++--- deal.II/doc/external-libs/mumps.html | 4 ++-- deal.II/doc/external-libs/p4est.html | 2 +- deal.II/doc/license.html | 1 + deal.II/doc/news/2001/3.1.0-vs-3.2.0.html | 10 +--------- deal.II/doc/news/6.3.0-vs-7.0.0.h | 3 +-- deal.II/doc/news/news.html | 3 --- 11 files changed, 14 insertions(+), 25 deletions(-) diff --git a/deal.II/doc/development/cmake-internals.html b/deal.II/doc/development/cmake-internals.html index cacc2e4bbe..e889a4ea82 100644 --- a/deal.II/doc/development/cmake-internals.html +++ b/deal.II/doc/development/cmake-internals.html @@ -672,7 +672,7 @@
- The deal.II Group + The deal.II Group $Date$
diff --git a/deal.II/doc/development/cmake.html b/deal.II/doc/development/cmake.html index 05fe95d6e9..65b39f8e58 100644 --- a/deal.II/doc/development/cmake.html +++ b/deal.II/doc/development/cmake.html @@ -796,7 +796,7 @@
- The deal.II Group + The deal.II Group $Date$
diff --git a/deal.II/doc/development/cmakelists.html b/deal.II/doc/development/cmakelists.html index 5ebc8bc15f..96f699ef46 100644 --- a/deal.II/doc/development/cmakelists.html +++ b/deal.II/doc/development/cmakelists.html @@ -508,7 +508,7 @@
- The deal.II Group + The deal.II Group $Date$
diff --git a/deal.II/doc/development/porting.html b/deal.II/doc/development/porting.html index ee4d340d90..07281a2316 100644 --- a/deal.II/doc/development/porting.html +++ b/deal.II/doc/development/porting.html @@ -5,7 +5,7 @@ Porting deal.II - + @@ -23,7 +23,7 @@ Consequently, there is a good chance that deal.II will run on a reasonably well behaved system besides the ones listed - in the ReadMe. Nevertheless, + in the ReadMe. Nevertheless, there are cases where some adjustments are necessary.

diff --git a/deal.II/doc/external-libs/arpack.html b/deal.II/doc/external-libs/arpack.html index ef6593db09..52a6c37202 100644 --- a/deal.II/doc/external-libs/arpack.html +++ b/deal.II/doc/external-libs/arpack.html @@ -6,8 +6,8 @@ The deal.II Readme on interfacing to ARPACK - - + + @@ -103,7 +103,7 @@
- The deal.II Group + The deal.II Group $Date$
diff --git a/deal.II/doc/external-libs/mumps.html b/deal.II/doc/external-libs/mumps.html index 6f26ade667..9459e54e4e 100644 --- a/deal.II/doc/external-libs/mumps.html +++ b/deal.II/doc/external-libs/mumps.html @@ -7,7 +7,7 @@ - + @@ -347,7 +347,7 @@
- The deal.II Group + The deal.II Group $Date$
diff --git a/deal.II/doc/external-libs/p4est.html b/deal.II/doc/external-libs/p4est.html index 735d088210..5defb7fbc5 100644 --- a/deal.II/doc/external-libs/p4est.html +++ b/deal.II/doc/external-libs/p4est.html @@ -59,7 +59,7 @@
- The deal.II Group + The deal.II Group $Date$
diff --git a/deal.II/doc/license.html b/deal.II/doc/license.html index 5470e7573f..17c97f7dcd 100644 --- a/deal.II/doc/license.html +++ b/deal.II/doc/license.html @@ -145,6 +145,7 @@

+

Full license text

diff --git a/deal.II/doc/news/2001/3.1.0-vs-3.2.0.html b/deal.II/doc/news/2001/3.1.0-vs-3.2.0.html
index 2bacdd45b2..cd0b779b75 100644
--- a/deal.II/doc/news/2001/3.1.0-vs-3.2.0.html
+++ b/deal.II/doc/news/2001/3.1.0-vs-3.2.0.html
@@ -144,9 +144,6 @@ documentation, etc.
        New: There is now some support to include and use routines from the 
        Harwell Subroutine Library.
-       (See the ReadMe
-       file for more information on installation of HSL
-       subroutines.)
        
(WB 2001/01/30)

@@ -156,9 +153,7 @@ documentation, etc. existence of a Fortran 77 compiler, and sets its path, some compiler flags and the libraries to be linked in when mixing C++ and F77 in some variables in the file - common/Make.global_options (see also - this - page). + common/Make.global_options.
(WB 2000/12/30)

@@ -602,9 +597,6 @@ documentation, etc. SparseDirectMA27 and SparseDirectMA47 for the sparse direct solvers MA27 and MA47. - (See the ReadMe - file for more information on installation of HSL - subroutines.)
(WB 2001/01/30)

diff --git a/deal.II/doc/news/6.3.0-vs-7.0.0.h b/deal.II/doc/news/6.3.0-vs-7.0.0.h index 6dc8e87c4b..df23b1594f 100644 --- a/deal.II/doc/news/6.3.0-vs-7.0.0.h +++ b/deal.II/doc/news/6.3.0-vs-7.0.0.h @@ -51,8 +51,7 @@ more naturally preserves consistency.
As a consequence, if your makefile makes any assumption on the location of deal.II include files or the name of the deal.II library - it will need to be changed. The sample Makefiles have been + it will need to be changed. The sample Makefiles have been updated for this.
(WB 2010/10/25) diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index 79fa7929fb..7dc9ce135a 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -894,9 +894,6 @@ library that, among much other functionality, offers some sparse direct solvers. We have added support for an interface to these solvers to the library. - (See the ReadMe - file for more information on installation of HSL - subroutines.)
-- 2.39.5