From 830efd523fdc73b8fc4a70d2a860a330879e74f1 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 12 Sep 2001 11:57:15 +0000 Subject: [PATCH] Process files in their proper order. git-svn-id: https://svn.dealii.org/trunk@4965 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/chapter-2.step-by-step/Makefile | 2 +- deal.II/examples/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5