]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
further steps on the way to include an actual plain program
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Sep 2010 22:26:26 +0000 (22:26 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Sep 2010 22:26:26 +0000 (22:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@22113 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/tutorial/Makefile

index 0e8a7a3170f97d4c108c126db2ec01ea5a38be8d..1e8f36b02019cdaf5ef3c67dc33336762433ce65 100644 (file)
@@ -152,11 +152,9 @@ $(example-doxygen):
        @cat generated/$(call get_basename, $@)_prog.dox >> $@
        @cat $D/examples/$(call get_basename, $@)/doc/results.dox \
                | $(PERL) create_anchors >> $@
-       @echo " */" >> $@
-       @echo " /**" >> $@
-       @echo " * <a name=\"PlainProg\"></a>" >> $@
-       @echo " * <h1> The plain program</h1>" >> $@
-       @echo " * @example " $(call get_basename, $@).cc >> $@
+       @echo " <a name=\"PlainProg\"></a>" >> $@
+       @echo " <h1> The plain program</h1>" >> $@
+       @echo " @include \"$(call get_basename, $@).cc\"" >> $@
        @echo " */" >> $@
 
 # Previous version of the lines after the last 'create_anchor'
@@ -169,7 +167,7 @@ validate-xrefs:
 
 
 clean:
-       -rm -f $(example-toc) \
+       -rm -f  plain/*.cc $(example-toc) \
                $(example-toc-prog) $(example-toc-plain) \
                $(example-toc-intro) $(example-toc-results) \
                $(example-dox-prog) $(example-dox-plain) $(example-doxygen)

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.