From: wolf Date: Mon, 19 Jul 1999 08:35:36 +0000 (+0000) Subject: Add some nicer output. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=294901fe2a3ffe05d40211c864a4bc9f7368f42f;p=dealii-svn.git Add some nicer output. git-svn-id: https://svn.dealii.org/trunk@1598 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index 3759b7f5b5..0e556278e2 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -61,12 +61,38 @@ all: base lac 2d 1d 3d online-doc: cd ../doc/auto ; make + @echo + @echo + @echo ======================================================= + @echo "The online documentation can now be found in" + @echo " /doc/auto/kdoc/base/index.html" + @echo " /doc/auto/kdoc/lac/index.html" + @echo " /doc/auto/kdoc/deal.II/index.html" + @echo ======================================================= + @echo + @echo printable-doc: cd ../doc/auto ; make latex/deal_II_technical_reference.ps + @echo + @echo + @echo ======================================================= + @echo "The generated postscript file can be found here:" + @echo " /doc/auto/latex/deal_II_technical_reference.ps" + @echo ======================================================= + @echo + @echo tex-doc: cd ../doc/auto ; make latex/deal_II_technical_reference.tex + @echo + @echo + @echo ======================================================= + @echo "The generated LaTeX file can be found here:" + @echo " /doc/auto/latex/deal_II_technical_reference.tex" + @echo ======================================================= + @echo + @echo TAGS: diff --git a/deal.II/common/Makefile b/deal.II/common/Makefile index 3759b7f5b5..0e556278e2 100644 --- a/deal.II/common/Makefile +++ b/deal.II/common/Makefile @@ -61,12 +61,38 @@ all: base lac 2d 1d 3d online-doc: cd ../doc/auto ; make + @echo + @echo + @echo ======================================================= + @echo "The online documentation can now be found in" + @echo " /doc/auto/kdoc/base/index.html" + @echo " /doc/auto/kdoc/lac/index.html" + @echo " /doc/auto/kdoc/deal.II/index.html" + @echo ======================================================= + @echo + @echo printable-doc: cd ../doc/auto ; make latex/deal_II_technical_reference.ps + @echo + @echo + @echo ======================================================= + @echo "The generated postscript file can be found here:" + @echo " /doc/auto/latex/deal_II_technical_reference.ps" + @echo ======================================================= + @echo + @echo tex-doc: cd ../doc/auto ; make latex/deal_II_technical_reference.tex + @echo + @echo + @echo ======================================================= + @echo "The generated LaTeX file can be found here:" + @echo " /doc/auto/latex/deal_II_technical_reference.tex" + @echo ======================================================= + @echo + @echo TAGS: