From: wolf Date: Wed, 16 Feb 2000 12:46:36 +0000 (+0000) Subject: Remove .toc file as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80dd9ffd7ff7eac4e95acec958f3ec981abcd4ac;p=dealii-svn.git Remove .toc file as well. git-svn-id: https://svn.dealii.org/trunk@2415 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/auto/Makefile b/deal.II/doc/auto/Makefile index 977e4c1844..2b9cf3c673 100644 --- a/deal.II/doc/auto/Makefile +++ b/deal.II/doc/auto/Makefile @@ -161,6 +161,7 @@ latex/deal_II_technical_reference.tex: latex/base.tex1 latex/lac.tex1 latex/deal cd latex ; latex $(notdir $<) -rm $(subst .tex,.log,$<) -rm $(subst .tex,.aux,$<) + -rm $(subst .tex,.toc,$<) # generate postscript files from a latex output file diff --git a/deal.II/doc/auto/latex/.cvsignore b/deal.II/doc/auto/latex/.cvsignore new file mode 100644 index 0000000000..73d843709d --- /dev/null +++ b/deal.II/doc/auto/latex/.cvsignore @@ -0,0 +1 @@ +deal_II_technical_reference.* \ No newline at end of file