From: Wolfgang Bangerth Date: Wed, 1 Mar 2000 13:10:43 +0000 (+0000) Subject: Move global Makefile to top-level dir. X-Git-Tag: v8.0.0~20825 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8d510387240414621d5c66df85c7aafb070ac0;p=dealii.git Move global Makefile to top-level dir. git-svn-id: https://svn.dealii.org/trunk@2539 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 6810abc120..4915b67827 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -151,9 +151,8 @@

- After configuring, go to the /common subdirectory and type `make', - to obtain the following help (this output may change slightly over - time, just try it): + After configuring, type `make', to obtain the following help (this + output may change slightly over time, just try it):


     ======================================================================
@@ -373,7 +372,7 @@
 
     

- It is in general a good idea to run `cd common ; make clean' + It is in general a good idea to run `make clean' before re-configuring.