From 797333227c42a2fba2cea099fa7f5946d4cd6be9 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 29 Nov 2001 09:33:25 +0000 Subject: [PATCH] No printable-doc anymore. git-svn-id: https://svn.dealii.org/trunk@5300 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/deal.II/Makefile b/deal.II/Makefile index 387ad37b0b..2807557aec 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -19,8 +19,6 @@ help: @echo "= all: base, lac, 1d, 2d and 3d, contrib =" @echo "= debug: baseg, lacg, 1dg, 2dg and 3dg, contrib =" @echo "= online-doc: generate the documentation in HTML format =" - @echo "= printable-doc: generate the documentation in Postscript format. =" - @echo "= You need to have Doc++ and LaTeX installed for that. =" @echo "= tex-doc: same, but only generate the LaTeX file, don't compile it =" @echo "= TODO: create a TODO file from TODO lines in the source files =" @echo "= TAGS: create a TAGS file from include and source files =" @@ -111,28 +109,6 @@ online-doc: @echo @echo -printable-doc: - cd $D/doc/auto ; $(MAKE) latex/deal_II_technical_reference.ps - @echo - @echo - @echo ======================================================= - @echo "The generated postscript file can be found here:" - @echo " $D/doc/auto/latex/deal_II_technical_reference.ps" - @echo ======================================================= - @echo - @echo - -tex-doc: - cd $D/doc/auto ; $(MAKE) latex/deal_II_technical_reference.tex - @echo - @echo - @echo ======================================================= - @echo "The generated LaTeX file can be found here:" - @echo " $D/doc/auto/latex/deal_II_technical_reference.tex" - @echo ======================================================= - @echo - @echo - TODO: @egrep -i '// *todo' $D/base/include/*/*.h $D/base/source/*.cc \ $D/lac/include/*/*.h $D/lac/source/*.cc \ -- 2.39.5