From d1f81e502f56b53dc51de0ca9536582e0610043c Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 15 Mar 2006 03:06:02 +0000 Subject: [PATCH] Do a better job cleaning up. git-svn-id: https://svn.dealii.org/trunk@12589 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/chapter-2.step-by-step/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile index 0e62b32e52..9c159431a4 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile @@ -102,7 +102,8 @@ validate-xrefs: clean: -rm -f $(example-htmls) - -rm -f $(example-commprogs) $(example-plainprogs) $(example-toc) + -rm -f $(example-commprogs) $(example-plainprogs) $(example-toc) \ + $(example-toc-prog) $(example-toc-plain) # mark the output files as phony, i.e. generate them every time -- 2.39.5