From: wolf Date: Wed, 8 Dec 1999 07:36:58 +0000 (+0000) Subject: New targets. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22153a7147d96e4ecdf2c327cc4baf05ccbb5640;p=dealii-svn.git New targets. git-svn-id: https://svn.dealii.org/trunk@1990 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/Makefile b/deal.II/doc/tutorial/Makefile index 4563a56ea3..0861be4ec4 100644 --- a/deal.II/doc/tutorial/Makefile +++ b/deal.II/doc/tutorial/Makefile @@ -1,5 +1,11 @@ +# $Id$ + step-by-step: cd step-by-step ; $(MAKE) -.PHONY: step-by-step +clean: + cd step-by-step ; $(MAKE) clean + + +.PHONY: step-by-step clean 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 ba6db20e6f..4ce193521c 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile @@ -21,5 +21,9 @@ $(example-htmls): @cat step-by-step.foot >> $@ +clean: + -rm $(example-htmls) + + # mark the output files as phony, i.e. generate them every time -.PHONY: $(example-htmls) +.PHONY: $(example-htmls) clean