From 41a5581e5979c6c7b50f545672a2969ba4eb973e Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 26 Sep 2005 00:09:04 +0000 Subject: Introduce new top-level makefile target "AllDoc" which creates all documentation at once. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4144 17b73243-c579-4c4c-a9d2-2d5706c11dac --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 110277ab..18b793b3 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ # # # @enddesc -# @version $Id: Makefile,v 1.171 2005-09-16 13:54:19 tradke Exp $ +# @version $Id: Makefile,v 1.172 2005-09-26 00:09:04 schnetter Exp $ # @@*/ ################################################################################## @@ -406,6 +406,7 @@ endif @echo " ThornDoc - create documentation for all thorns in doc/ThornDoc." @echo " ArrangementDoc - create documentation for all arrangements" @echo " in doc/ArrangementDoc." + @echo " AllDoc - build all documentation." @echo " - prompt to create a configuration with that name." @echo $(DIVIDER) @@ -993,6 +994,10 @@ endif # Documentation targets ############################################################################### +# Make all documentation +.PHONY: AllDoc +AllDoc: UsersGuide ReferenceManual MaintGuide ThornDoc ArrangementDoc + # Make the Users Guide .PHONY: UsersGuide.ps -- cgit v1.2.3