]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make neato input depend on tooltip files.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 20 Jun 2010 23:05:06 +0000 (23:05 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 20 Jun 2010 23:05:06 +0000 (23:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@21244 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/tutorial/Makefile

index 98ab7de7a8d75d02735e6755c3db3c69154570aa..5f8679a49834757bda686428a71dd37f1d95bc26 100644 (file)
@@ -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
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.