From: wolf Date: Tue, 28 Mar 2006 02:13:00 +0000 (+0000) Subject: Remove Makefile.dep as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50ae7c9425bcae34cfc052328017ad5c71757ecc;p=dealii-svn.git Remove Makefile.dep as well. git-svn-id: https://svn.dealii.org/trunk@12696 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 bad47e81cf..02951e5ccf 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile @@ -165,6 +165,7 @@ clean: -rm -f $(example-prog) $(example-plain) $(example-toc) \ $(example-toc-prog) $(example-toc-plain) \ $(example-dox-prog) $(example-dox-plain) $(example-doxygen) + -rm -f Makefile.dep .PHONY: validate-xrefs clean