From 882ada60010f2ec673121c3bc00ee46c569cc09b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 16 Feb 2000 12:46:36 +0000 Subject: [PATCH] Remove .toc file as well. git-svn-id: https://svn.dealii.org/trunk@2415 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/auto/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5