From 9b52d924a830b16b07d7d422a12aef06b8b8100d Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 21 Sep 2010 22:26:26 +0000 Subject: [PATCH] further steps on the way to include an actual plain program git-svn-id: https://svn.dealii.org/trunk@22113 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/tutorial/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index 0e8a7a3170..1e8f36b020 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -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 " * " >> $@ - @echo " *

The plain program

" >> $@ - @echo " * @example " $(call get_basename, $@).cc >> $@ + @echo " " >> $@ + @echo "

The plain program

" >> $@ + @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) -- 2.39.5