From 66e4cdbe4d27753be40132193fb1c0751e14a2c1 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 24 Jul 2006 11:41:27 +0000 Subject: [PATCH] There are already no tutorial programs left that use the old results.html scheme. All use results.dox now. git-svn-id: https://svn.dealii.org/trunk@13415 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/chapter-2.step-by-step/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 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 866349da21..2ee5ad29d9 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile @@ -127,14 +127,7 @@ $(example-doxygen): fi | \ $(PERL) -pi -e 's#(src|SRC|href|HREF)=\"([-a-zA-Z0-9]+.data)#\1=\"../../tutorial/chapter-2.step-by-step/\2#g; s/(href|HREF)=.step-(\d+)/href=\"step_\2/g;' >> $@ @cat generated/$(call get_basename, $@)_prog.dox >> $@ - @if test -f $D/examples/$(call get_basename, $@)/doc/results.dox ; then \ - cat $D/examples/$(call get_basename, $@)/doc/results.dox ; \ - else \ - echo "@htmlonly" ; \ - cat $D/examples/$(call get_basename, $@)/doc/results.html ; \ - echo "@endhtmlonly" ; \ - fi | \ - $(PERL) -pi -e 's#(src|SRC|href|HREF)=\"([-a-zA-Z0-9]+.data)#\1=\"../../tutorial/chapter-2.step-by-step/\2#g; s/(href|HREF)=.step-(\d+)/href=\"step_\2/g;' >> $@ + @cat $D/examples/$(call get_basename, $@)/doc/results.dox >> $@ @cat generated/$(call get_basename, $@)_plain.dox >> $@ @echo " */" >> $@ @@ -168,7 +161,7 @@ Makefile.dep: $(shell echo $D/examples/*/*.cc) Makefile echo doxygen/$$i.h : generated/$${i}_prog.dox generated/$${i}_plain.dox \ generated/$${i}_toc.combined \ $D/examples/$$i/doc/intro.`if test -f $D/examples/$$i/doc/intro.dox ; then echo dox ; else echo html ; fi` \ - $D/examples/$$i/doc/results.`if test -f $D/examples/$$i/doc/results.dox ; then echo dox ; else echo html ; fi` \ + $D/examples/$$i/doc/results.dox \ ; \ done \ > $@ -- 2.39.5