From 4bbe79193b6a2bc6def0ba86f02bdbfa7fc26fe5 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 8 Dec 1999 07:51:32 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@1994 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/Makefile b/deal.II/doc/Makefile index 245d13124d..f3b40b2128 100644 --- a/deal.II/doc/Makefile +++ b/deal.II/doc/Makefile @@ -1,8 +1,13 @@ # $Id$ + +# generic targets default: autogen-doc tutorial +all: default autogen-doc-all + +# specific targets autogen-doc: cd auto ; $(MAKE) @@ -19,4 +24,4 @@ clean: cd auto ; $(MAKE) clean cd tutorial ; $(MAKE) clean -.PHONY: default autogen-doc autogen-doc-all tutorial clean +.PHONY: default all autogen-doc autogen-doc-all tutorial clean -- 2.39.5