]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Only list MADDs tutorial programs if they are there.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 12 Jan 2010 19:41:45 +0000 (19:41 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 12 Jan 2010 19:41:45 +0000 (19:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@20351 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/tutorial/Makefile

index 6ff8369ae9b1670aa740949c8f916abb0c885aa2..55aa035a57e09c2ddb879a401e87b95e4155f67b 100644 (file)
@@ -6,7 +6,9 @@ include ../../../common/Make.global_options
 
 # plain names of those files that we shall treat
 example-names = $(notdir $(shell echo $D/examples/step-? \
-                                      $D/examples/step-??))
+                                      $D/examples/step-?? ; \
+                                if test -d $D/examples/MADDs-1 ; then \
+                                       echo $D/examples/MADDs-* ; fi))
 
 # prefix names for generated intermediate files
 gen-example-names = $(addprefix generated/, $(example-names))

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.