From 3f24d053ea59fee5cea299e40ee875b951319042 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 16 Mar 2006 06:05:38 +0000 Subject: [PATCH] Fix up a few html references. git-svn-id: https://svn.dealii.org/trunk@12620 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/chapter-2.step-by-step/Makefile | 4 ++-- 1 file 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 111e77810b..b19adc9c39 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile @@ -133,12 +133,12 @@ $(example-doxygen): @echo "@htmlonly" >> $@ @cat generated/$(call get_basename, $@)_toc.combined >> $@ @cat $(call get_basename, $@).data/intro.html | \ - $(PERL) -pi -e 's#(src|SRC|href|HREF)=\"([-a-zA-Z0-9]+.data)#\1=\"../../tutorial/chapter-2.step-by-step/\2#g;' >> $@ + $(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_\1/g;' >> $@ @echo "@endhtmlonly" >> $@ @cat generated/$(call get_basename, $@)_prog.dox >> $@ @echo "@htmlonly" >> $@ @cat $(call get_basename, $@).data/results.html | \ - $(PERL) -pi -e 's#(src|SRC|href|HREF)=\"([-a-zA-Z0-9]+.data)#\1=\"../../tutorial/chapter-2.step-by-step/\2#g;' >> $@ + $(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_\1/g;' >> $@ @echo "@endhtmlonly" >> $@ @cat generated/$(call get_basename, $@)_plain.dox >> $@ @echo " */" >> $@ -- 2.39.5