From: Wolfgang Bangerth Date: Wed, 12 Sep 2001 11:57:15 +0000 (+0000) Subject: Process files in their proper order. X-Git-Tag: v8.0.0~18833 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54193b7f7ebbd670a6dca484e99c577a1e1545fe;p=dealii.git Process files in their proper order. git-svn-id: https://svn.dealii.org/trunk@4965 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/Makefile b/deal.II/examples/Makefile index 6cf1272375..1a294376c5 100644 --- a/deal.II/examples/Makefile +++ b/deal.II/examples/Makefile @@ -4,7 +4,7 @@ # existing examples. take dirnames and strip 'step' -steps = $(shell echo step-*) +steps = $(shell echo step-? step-??) # default is: build all examples. for each example, there is a target