From: kanschat Date: Tue, 21 Sep 2010 20:47:04 +0000 (+0000) Subject: Remove sections of plain program from contents X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86a9cfdbf60cd6cc18ca297f7d0eadc453ab893a;p=dealii-svn.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):