From 75a9ae604f8c361d42821ff610efd770a5ba562b Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 8 Dec 1999 07:31:20 +0000 Subject: [PATCH] Set up more targets. git-svn-id: https://svn.dealii.org/trunk@1989 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/Makefile b/deal.II/doc/Makefile index 88a01c9d19..a8d9e3b652 100644 --- a/deal.II/doc/Makefile +++ b/deal.II/doc/Makefile @@ -1,4 +1,14 @@ +# $Id$ + +default: autogen-doc tutorial + +autogen-doc: + cd auto ; $(MAKE) + +autogen-doc-all: + cd auto ; $(MAKE) all + tutorial: cd tutorial ; $(MAKE) -.PHONY: tutorial +.PHONY: default autogen-doc autogen-doc-all tutorial -- 2.39.5