From: wolf Date: Wed, 8 Dec 1999 12:53:14 +0000 (+0000) Subject: Add an introduction to each example program. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab3de637f1b2c6da9a655b7084203d2da67d9454;p=dealii-svn.git Add an introduction to each example program. git-svn-id: https://svn.dealii.org/trunk@2003 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 4ce193521c..24a7098086 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile @@ -11,6 +11,7 @@ all: $(example-htmls) $(example-htmls): @echo ================== Assembling $@ @cat step-by-step.header > $@ + @cat $(@:.html=.intro) >> $@ @cat ../../../deal.II/examples/step-by-step/$(@:.html=)/$(@:.html=.cc) \ | perl program2html \ >> $@ diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.intro b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.intro new file mode 100644 index 0000000000..1518606e43 --- /dev/null +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.intro @@ -0,0 +1,3 @@ + +

Introduction

+ diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.intro b/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.intro new file mode 100644 index 0000000000..1518606e43 --- /dev/null +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.intro @@ -0,0 +1,3 @@ + +

Introduction

+