From 22153a7147d96e4ecdf2c327cc4baf05ccbb5640 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 8 Dec 1999 07:36:58 +0000 Subject: [PATCH] New targets. git-svn-id: https://svn.dealii.org/trunk@1990 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/Makefile | 8 +++++++- deal.II/doc/tutorial/chapter-2.step-by-step/Makefile | 6 +++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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 -- 2.39.5