From: wolf Date: Wed, 12 Sep 2001 11:57:15 +0000 (+0000) Subject: Process files in their proper order. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=830efd523fdc73b8fc4a70d2a860a330879e74f1;p=dealii-svn.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/doc/tutorial/chapter-2.step-by-step/Makefile b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile index 0e72bcf87c..ed9b7ebf02 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile @@ -4,7 +4,7 @@ # include paths and global variables include ../../../common/Make.global_options -example-directories = $(shell echo $D/examples/step-*) +example-directories = $(shell echo $D/examples/step-? $D/examples/step-??) example-names = $(notdir $(example-directories)) example-htmls = $(addsuffix .html,$(example-names)) example-sgmls = $(addsuffix .sgml,$(example-names)) 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