From bb5f754293c856c4342985a86daf0eeecc197763 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 19 Aug 2003 15:18:09 +0000 Subject: [PATCH] Mention new make_dep script. git-svn-id: https://svn.dealii.org/trunk@7948 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 695047802f..104bfda18f 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -48,15 +48,34 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. 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 +

    +         $(PERL) $D/common/scripts/make_dependencies.pl ...
    +       
    + by +
    +         $D/common/scripts/make_dependencies ...
    +       
    + i.e. call the program directly without the perl interpreter and + without the file extension for a perl program. +
    + (WB 2003/08/19) +

    +
  2. First steps to a migration of the documentation from - kdoc to Doxygen have - been done. It can be generated after installing Doxygen by calling make - in doc/doxygen and using the preliminary link page index.html in that directory. -
    - (GK 2003/08/02) -

    + kdoc to Doxygen have + been done. It can be generated after installing Doxygen by calling make + in doc/doxygen and using the preliminary link page index.html in that directory. +
    + (GK 2003/08/02) +

-- 2.39.5