]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move closer to something that works.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Mar 2006 03:39:19 +0000 (03:39 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Mar 2006 03:39:19 +0000 (03:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@12614 0785d39b-7218-0410-832d-ea1e28bc413d

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

index e6a3808ea950b8f599475d9ef6d1d3c861e5f20e..111e77810ba82706679abb654156114cccd34932 100644 (file)
@@ -129,11 +129,18 @@ $(example-doxygen):
        @echo ================== Assembling $@
        @echo "/**" > $@
        @echo " * @page $(shell echo $(call get_basename,$@) | $(PERL) -pi -e 's/-/_/g;') \
-                       $(call get_basename,$@)" >> $@
-       @echo " * <h1>Overview of $(call get_basename,$@)</h1>" >> $@
-       @cat generated/$(call get_basename, $@)_prog.dox   \
-            generated/$(call get_basename, $@)_plain.dox  \
-        >> $@
+                       The $(call get_basename,$@) tutorial program" >> $@
+       @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;' >> $@
+       @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;' >> $@
+       @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.