From: Guido Kanschat Date: Tue, 21 Sep 2010 20:47:04 +0000 (+0000) Subject: Remove sections of plain program from contents X-Git-Tag: v8.0.0~5374 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3bbf5841347ea686456362c64dfbfab7a1708f5;p=dealii.git Remove sections of plain program from contents git-svn-id: https://svn.dealii.org/trunk@22108 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index af526e24f7..0e8a7a3170 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -107,10 +107,11 @@ $(example-toc): @echo "
    " >> $@ @echo "
  1. Results" >> $@ @cat generated/$(call get_basename, $@)_toc.results >> $@ - @echo "
  2. The plain program" >> $@ - @cat generated/$(call get_basename, $@)_toc.plain >> $@ @echo "
" >> $@ +# To revert, enter those lines before the last +# @echo "
  • The plain program" >> $@ +# @cat generated/$(call get_basename, $@)_toc.plain >> $@ $(example-dox-prog):