From: bangerth Date: Sun, 20 Jun 2010 23:05:06 +0000 (+0000) Subject: Make neato input depend on tooltip files. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=954360020aca8a0bca0e7dbcd9a841cffd262084;p=dealii-svn.git Make neato input depend on tooltip files. git-svn-id: https://svn.dealii.org/trunk@21244 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index 98ab7de7a8..5f8679a498 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -43,11 +43,13 @@ toc.html: steps.cmapx toc.html.in $D/examples/step-*/doc/tooltip perl make_toc.pl > toc.html # generate dot file -steps.dot: steps.pl - perl $< > $@ +steps.dot: steps.pl $D/examples/*/doc/tooltip + @echo ================== Making $@ + @perl $< > $@ steps.cmapx: steps.dot - neato -Tpng -Tcmapx -O $< + @echo ================== Making $@ + @neato -Tpng -Tcmapx -O $< @mv steps.dot.png steps.png @mv steps.dot.cmapx steps.cmapx