From: hartmann Date: Fri, 28 May 2004 11:19:03 +0000 (+0000) Subject: Fix of make help X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f310129cc968643cf18b5a456c10681484bed61b;p=dealii-svn.git Fix of make help git-svn-id: https://svn.dealii.org/trunk@9342 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index fde0818e67..7e850fe735 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -23,7 +23,7 @@ help: @echo "= =" @echo "= all : base, lac, 1d, 2d and 3d, contrib =" @echo "= debug : baseg, lacg, 1dg, 2dg and 3dg, contrib =" - @echo "= optimized : base, lac, 1d, 2d, and 3d optimized libraries only =" + @echo "= optimized : baseo, laco, 1do, 2do and 3do, contrib =" @echo "= =" @echo "= online-doc : generate the documentation in HTML format =" @echo "= TODO : create a \"TODO\" file from the source files ="