From: wolf Date: Thu, 16 Mar 2006 06:05:38 +0000 (+0000) Subject: Fix up a few html references. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f24d053ea59fee5cea299e40ee875b951319042;p=dealii-svn.git Fix up a few html references. git-svn-id: https://svn.dealii.org/trunk@12620 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 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 " */" >> $@