From: wolf Date: Wed, 8 Dec 1999 07:31:20 +0000 (+0000) Subject: Set up more targets. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75a9ae604f8c361d42821ff610efd770a5ba562b;p=dealii-svn.git Set up more targets. git-svn-id: https://svn.dealii.org/trunk@1989 0785d39b-7218-0410-832d-ea1e28bc413d --- 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