]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix some perl rules.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Mar 2006 17:44:52 +0000 (17:44 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Mar 2006 17:44:52 +0000 (17:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@12644 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/tutorial/chapter-2.step-by-step/Makefile

index bbd5740c46ce9a7c4703629f8510b77d1c6d9b89..d47c23cda295ef78928de01953b6f9687454d5ad 100644 (file)
@@ -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; s/(href|HREF)=.step-..(\d+)/href=\"step_\1/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_\2/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; s/(href|HREF)=.step-..(\d+)/href=\"step_\1/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_\2/g;' >> $@
        @echo "@endhtmlonly" >> $@
        @cat generated/$(call get_basename, $@)_plain.dox >> $@
        @echo " */" >> $@

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.