From: kanschat Date: Thu, 7 Oct 2010 19:57:22 +0000 (+0000) Subject: Reinsert toc entry for plain program X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc40329f5b6f66895d872826e0b8f399d53e6b55;p=dealii-svn.git Reinsert toc entry for plain program git-svn-id: https://svn.dealii.org/trunk@22289 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index eef261c1b2..a2641da2bf 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -106,10 +106,10 @@ $(example-toc): @echo "
    " >> $@ @echo "
  1. Results" >> $@ @cat generated/$(call get_basename, $@)_toc.results >> $@ + @echo "
  2. The plain program" >> $@ @echo "
" >> $@ # To revert, enter those lines before the last -# @echo "
  • The plain program" >> $@ # @cat generated/$(call get_basename, $@)_toc.plain >> $@