From: Guido Kanschat Date: Thu, 24 Jun 2010 20:50:28 +0000 (+0000) Subject: avoid dependence on neato X-Git-Tag: v8.0.0~5937 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4443efcf4262ad607793ce8f274e167b1afa98dd;p=dealii.git avoid dependence on neato git-svn-id: https://svn.dealii.org/trunk@21332 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index 034326e7b1..ae19cd72fb 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -48,7 +48,7 @@ steps.dot: steps.pl $D/examples/*/doc/tooltip @echo ================== Making $@ @perl $< > $@ -steps.cmapx: steps.dot +steps.png: steps.dot @echo ================== Making $@ @neato -Tpng -Tcmapx -O $< @mv steps.dot.png steps.png