From: kanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Thu, 24 Jun 2010 20:50:28 +0000 (+0000)
Subject: avoid dependence on neato
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a64508bd53283a9414df61c3e6ecc8e7e93dd3c7;p=dealii-svn.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