From 9f4deaa30d462ad87197ec2a50da00bc3673e123 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 21 Aug 2007 17:29:21 +0000 Subject: [PATCH] Do the table of contents in two columns so as to save some vertical space. git-svn-id: https://svn.dealii.org/trunk@15006 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/tutorial/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index c636b4917d..6c06fae27c 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -72,15 +72,16 @@ $(example-toc-results): $(example-toc): @echo ================== Making $@ - @echo "" > $@ - @echo "" >> $@ - @echo "
Table of contents
" >> $@ + @echo "" > $@ + @echo "" >> $@ + @echo "
Table of contents
" >> $@ @echo "
    " >> $@ @echo "
  1. Introduction" >> $@ @cat generated/$(call get_basename, $@)_toc.intro >> $@ @echo "
  2. The commented program" >> $@ @cat generated/$(call get_basename, $@)_toc.prog >> $@ - @echo "
  3. Results" >> $@ + @echo "
    " >> $@ + @echo "
  1. Results" >> $@ @cat generated/$(call get_basename, $@)_toc.results >> $@ @echo "
  2. The plain program" >> $@ @cat generated/$(call get_basename, $@)_toc.plain >> $@ -- 2.39.5