]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Order targets properly.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Oct 2009 06:39:49 +0000 (06:39 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Oct 2009 06:39:49 +0000 (06:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@20003 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/tutorial/Makefile

index 91b6ae13acd40727f6d5320d1730489d64d55c24..25f2d6b96f05ffbed13339c59ca0aafaa3519eaf 100644 (file)
@@ -28,8 +28,14 @@ example-dox-plain  = $(addsuffix _plain.dox,$(gen-example-names))
 example-doxygen     = $(addprefix doxygen/,$(addsuffix .h,$(example-names)))
 
 
-# generate dot file
+# a makefile command that extracts the base name of a program
+get_basename = $(shell echo $(1) | $(PERL) -pi -e 's/(generated|doxygen).//g; s/\..*//g; s/_(prog|plain|toc.*)//g;')
+
 
+
+all: $(example-doxygen) steps.png
+
+# generate dot file
 steps.dot: steps.pl
        perl $< > $@
 steps.png: steps.dot
@@ -38,14 +44,6 @@ steps.png: steps.dot
        @mv steps.dot.imap steps.imap
 
 
-# a makefile command that extracts the base name of a program
-get_basename = $(shell echo $(1) | $(PERL) -pi -e 's/(generated|doxygen).//g; s/\..*//g; s/_(prog|plain|toc.*)//g;')
-
-
-
-all: $(example-doxygen)
-
-
 $(example-toc-prog):
        @echo ================== Making $@
        @cat $D/examples/$(call get_basename, $@)/*.cc \

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.