]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Mention new make_dep script.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 19 Aug 2003 15:18:09 +0000 (15:18 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 19 Aug 2003 15:18:09 +0000 (15:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@7948 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/c-4-0.html

index 695047802f1149a4f1b117944f2f2af09e452e86..104bfda18fa0a7cbbabfa48052e355429bdd2f64 100644 (file)
@@ -48,15 +48,34 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
 <h3>General</h3>
 
 <ol>
+  <li> <p> The script that builds the dependency lists for Makefiles
+       has been rewritten in C++, since the previous perl script
+       became just too slow after the addition of parts of
+       BOOST. Using the old perl script should still work, although it
+       simply forwards to the new program. In order to use the new
+       one, simply replace the line
+       <code><pre>
+         $(PERL) $D/common/scripts/make_dependencies.pl ...
+       </pre></code>
+       by
+       <code><pre>
+         $D/common/scripts/make_dependencies ...
+       </pre></code>
+       i.e. call the program directly without the perl interpreter and
+       without the file extension for a perl program.
+       <br>
+       (WB 2003/08/19)
+       </p>
+
   <li> <p> First steps to a migration of the documentation from
-  <tt>kdoc</tt> to <a href="http://www.doxygen.org">Doxygen</a> have
-  been done. It can be generated after installing <a
-  href="http://www.doxygen.org">Doxygen</a> by calling <tt>make</tt>
-  in <tt>doc/doxygen</tt> and using the preliminary link page <a
-  href="../doxygen/index.html">index.html</a> in that directory.
-  <br>
-  (GK 2003/08/02)
-  </p>
+       <tt>kdoc</tt> to <a href="http://www.doxygen.org">Doxygen</a> have
+       been done. It can be generated after installing <a
+       href="http://www.doxygen.org">Doxygen</a> by calling <tt>make</tt>
+       in <tt>doc/doxygen</tt> and using the preliminary link page <a
+       href="../doxygen/index.html">index.html</a> in that directory.
+       <br>
+       (GK 2003/08/02)
+       </p>
 </ol>
 
 

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.