]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Changed wiki address.
authorLuca Heltai <luca.heltai@sissa.it>
Tue, 31 Aug 2010 10:27:49 +0000 (10:27 +0000)
committerLuca Heltai <luca.heltai@sissa.it>
Tue, 31 Aug 2010 10:27:49 +0000 (10:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@21806 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/development/Makefile.large
deal.II/doc/development/navbar.html
deal.II/doc/navbar.html
deal.II/doc/news/news.html
deal.II/doc/readme-petsc-trilinos.html
deal.II/doc/readme.html

index 1c813c474e8ca8fe8025f56019549f97c43963b6..a0daa2b2bcef123d922371341d1f57f2956166f5 100644 (file)
@@ -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)== $(<F)
+       @echo =====$(application-name)=======$(deal_II_dimension)d====debug=====$(MT)== $(<F)
        @$(CXX) $(flags) -c $< -o $@
 lib/$(deal_II_dimension)d/%.$(OBJEXT) :
-       @echo =====waves=======$(deal_II_dimension)d====optimized=$(MT)== $(<F)
+       @echo =====$(application-name)=======$(deal_II_dimension)d====optimized=$(MT)== $(<F)
        @$(CXX) $(flags) -c $< -o $@
 
 
 
 # Next define how to link the executable
 $(target)$(EXEEXT) : $(libraries) Makefile
-       @echo =====waves=======$(deal_II_dimension)d==============$(MT)== Linking $(@F)
+       @echo =====$(application-name)=======$(deal_II_dimension)d==============$(MT)== Linking $(@F)
        @$(CXX) -o $@ $(libraries) $(LIBS) $(LDFLAGS)
 
 
@@ -125,7 +127,7 @@ clean-data:
 # modify the output a bit. The file with the dependencies is put into
 # `lib/'.
 lib/Makefile.dep: $(cc-files) $(h-files) $(lib-h-files) Makefile
-       @echo =====waves=======$(deal_II_dimension)d================== Remaking $@
+       @echo =====$(application-name)=======$(deal_II_dimension)d================== Remaking $@
        @$D/common/scripts/make_dependencies $(INCLUDE) -Blib $(cc-files) \
         | $(PERL) -p -e 's!^lib/(.*):!lib/$(deal_II_dimension)d/$$1:!g;' \
                > $@
index bc7f0f25e94e6bdda94928fa16d4ac5a0407f219..0bb28b059e93d4b56a89634e9a5327c274ca5b0c 100644 (file)
@@ -37,7 +37,7 @@
     <a href="http://www.dealii.org/changelogs/index.html" target="body">Recent changes</a><br />
     <a href="http://www.dealii.org/mail.html" target="body">Mailing lists</a><br />
     <a href="http://www.dealii.org/testsuite.html" target="body">Test suite</a><br />
-    <a href="http://sourceforge.net/apps/mediawiki/dealii/index.php?title=Main_Page" target="_top">Wiki</a><br />
+    <a href="http://dealii.sourceforge.net" target="_top">Wiki</a><br />
     <a href="https://sourceforge.net/apps/trac/dealii" target="_top">Bug tracker</a><br />
   </p>
 
index 18b2c5abb19f4447d5f41b5cb8708bef992b60ea..64267d015daace91110acc8b38a1f557924f125b 100644 (file)
 
   <p>
   <a href="readme.html" target="body">README</a><br />
-  <a href="http://sourceforge.net/apps/mediawiki/dealii/index.php?title=Deal.II_Questions_and_Answers" target="_top">FAQ</a><br />
+  <a href="http://dealii.sourceforge.net/index.php?title=Deal.II_Questions_and_Answers" target="_top">FAQ</a><br />
   <a href="news/news.html" target="body">News</a><br />
   <a href="http://www.dealii.org/download/" target="body">Download</a><br />
   <a href="http://www.dealii.org/mailman/listinfo/dealii" target="body">Mailing list</a><br />
-  <a href="http://sourceforge.net/apps/mediawiki/dealii/index.php?title=Main_Page" target="_top">Wiki</a><br />
+  <a href="http://dealii.sourceforge.net/" target="_top">Wiki</a><br />
   <a href="https://sourceforge.net/apps/trac/dealii" target="_top">Bug tracker</a><br />
   </p>
 
index dd9d5d821328e6ae239b7a68858441d0718141c1..d0deedc8f6df0112ce88fd8f7000c4d42a7399ac 100644 (file)
       </dt>
       <dd>
           Hosted by Luca Heltai, there is now a <a
-          href="http://sourceforge.net/apps/mediawiki/dealii/index.php?title=Deal.II_Questions_and_Answers"
+          href="http://dealii.sourceforge.net/index.php?title=Deal.II_Questions_and_Answers"
           target="_top"><acronym>deal.II</acronym> Wiki</a>. Users of
           <acronym>deal.II</acronym> are encouraged to visit it, and,
           as is usual with wikis, edit pages freely and post their
index e675cf692a138b8993bb8659bbcb68995535e8f4..f449b45f23e0a03084832057f7481b8bf0be517a 100644 (file)
       <p>
       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 <a href="http://sourceforge.net/apps/mediawiki/dealii/index.php?title=Deal.II_Questions_and_Answers"
+      the <a href="http://dealii.sourceforge.net/index.php?title=Deal.II_Questions_and_Answers"
       target="_top">Frequently Asked Questions</a> page.
       </p>
 
index 05fb2cafbc93f12d188f23ff5aa0223b8a24976b..fd626a5a8c35d2dceb4a8c1092720ab9510930b6 100644 (file)
       <li><a href="http://www.cygwin.com"
           target="_top">Cygwin/Windows</a> with cygwin1.dll versions
           1.5.xx, and gcc 3.3 and 3.4 under Windows XP and
-          NT. For <a href="http://sourceforge.net/apps/mediawiki/dealii/index.php?title=Windows"
+          NT. For <a href="http://dealii.sourceforge.net/index.php?title=Windows"
           target="_top">installing under Windows</a>, please refer to
           additional information on
-          the <a href="http://sourceforge.net/apps/mediawiki/dealii/index.php?title=Main_Page"
+          the <a href="http://dealii.sourceforge.net/index.php?title=Main_Page"
           target="_top"><acronym>deal.II</acronym> Wiki</a>!
     </ul>
     Newer versions of the compilers listed above are also likely to
     the library may be found on the
     <a href="http://www.dealii.org" target="_top">homepage of
     <acronym>deal.II</acronym></a>, or in the
-    <a href="http://sourceforge.net/apps/mediawiki/dealii/index.php?title=Deal.II_Questions_and_Answers" target="_top">Frequently Asked Questions</a> section.
+    <a href="http://dealii.sourceforge.net/index.php?title=Deal.II_Questions_and_Answers" target="_top">Frequently Asked Questions</a> 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,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.