From: wolf Date: Tue, 19 Aug 2003 15:10:50 +0000 (+0000) Subject: Mention new make_dep script. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee68f3924a3e627e46cf0a5bd0f9bdd11bf7bbef;p=dealii-svn.git Mention new make_dep script. git-svn-id: https://svn.dealii.org/trunk@7946 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index a0ee9ec70a..d188fd27be 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -31,6 +31,16 @@ here.

+
+ 2003/08/19: Dependency generation accelerated +
+
+ The script that generates dependency information between + sources and headers for Makefiles has been rewritten in C++, + after the old perl script became too slow with the growth of + the project. The new script is 2-5 times faster than the old one. +
+
2003/06/06: Version 4.0 released