]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change structure of this subdirectory.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Jan 2000 14:28:59 +0000 (14:28 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Jan 2000 14:28:59 +0000 (14:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@2214 0785d39b-7218-0410-832d-ea1e28bc413d

17 files changed:
deal.II/doc/tutorial/chapter-2.step-by-step/Makefile
deal.II/doc/tutorial/chapter-2.step-by-step/foot.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-by-step.foot with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/head.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-by-step.header with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-1.data/intro.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-1.intro with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-1.data/results.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-1.results with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-2.data/intro.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-2.intro with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-2.data/results.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-2.results with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-3.data/intro.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-3.intro with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-3.data/results.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-3.results with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-4.data/intro.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-4.intro with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-4.data/results.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-4.results with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-5.data/intro.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-5.intro with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-5.data/results.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-5.results with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-6.data/intro.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-6.intro with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-6.data/results.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-6.results with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-8.intro with 100% similarity]
deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/results.html [moved from deal.II/doc/tutorial/chapter-2.step-by-step/step-8.results with 100% similarity]

index b89eccbced097c20b2b3cdc4c5eb6a8f66449c3d..d98147512ab560a6d2fa36964e857bb7a0b5dfe9 100644 (file)
@@ -14,31 +14,31 @@ all: $(example-htmls)
 
 $(example-htmls):
        @echo ================== Assembling $@
-       @cat step-by-step.header > $@
-       @cat $(@:.html=.intro) >> $@
+       @cat head.html > $@
+       @cat $(@:.html=.data/intro.html) >> $@
        @cat ../../../deal.II/examples/step-by-step/$(@:.html=)/$(@:.html=.cc) \
          | $(PERL) program2html \
          >> $@
-       @cat $(@:.html=.results) >> $@
+       @cat $(@:.html=.data/results.html) >> $@
        @cat $D/deal.II/examples/step-by-step/$(@:.html=)/$(@:.html=.cc) \
          | $(PERL) program2plain \
          | $(PERL) -e '$$path="$D/deal.II/examples/step-by-step/$(@:.html=)/$(@:.html=.cc)"; \
                         $$path =~ s!/! /!g; \
                        while (<>) { s!PROGRAMPATH!$$path!g; print; };' \
          >> $@
-       @cat step-by-step.foot >> $@
+       @cat foot.html >> $@
 
 
 # Note: SGML support is very preliminary and not very functional at present!
 $(example-sgmls):
        @echo ================== Assembling $@
-       @cat $(@:.sgml=.intro) >> $@
+       @cat $(@:.sgml=.data/intro.html) >> $@
        @echo "</sect2>" >> $@
        @cat ../../../deal.II/examples/step-by-step/$(@:.sgml=)/$(@:.sgml=.cc) \
          | $(PERL) program2html \
          >> $@
        @echo "</sect2>" >> $@
-       @cat $(@:.sgml=.results) >> $@
+       @cat $(@:.sgml=.data/results.html) >> $@
        @echo "</sect2>" >> $@
        @cat $D/deal.II/examples/step-by-step/$(@:.sgml=)/$(@:.sgml=.cc) \
          | $(PERL) program2plain \

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.