From 954360020aca8a0bca0e7dbcd9a841cffd262084 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 20 Jun 2010 23:05:06 +0000 Subject: [PATCH] Make neato input depend on tooltip files. git-svn-id: https://svn.dealii.org/trunk@21244 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/tutorial/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.5