From bdad6624a2bc59320e34ffaf6a34637159b098b7 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 16 Sep 2005 13:54:19 +0000 Subject: Added rule for 'make -ArrangementDoc'. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4132 17b73243-c579-4c4c-a9d2-2d5706c11dac --- Makefile | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6d539c9b..110277ab 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ # # # @enddesc -# @version $Id: Makefile,v 1.170 2005-09-14 15:02:17 tradke Exp $ +# @version $Id: Makefile,v 1.171 2005-09-16 13:54:19 tradke Exp $ # @@*/ ################################################################################## @@ -349,7 +349,7 @@ else @echo " run $(MAKE) followed by the name of a configuration." @echo $(DIVIDER) @echo There is a range of options available to act on a configuration. - @echo These are activated by $(MAKE) \-\ + @echo These are activated by '$(MAKE) \-\' @echo Valid options are @echo " -build : build individual thorns of a configuration." @echo " -clean : clean a configuration" @@ -376,10 +376,14 @@ else @echo " -examples : copy thorn parameter files to examples directory." endif @echo $(DIVIDER) - @echo There are options available to act on thorns. - @echo These are activated by $(MAKE) \-\ + @echo There are options available to act on thorns or arrangements. + @echo These are activated by \'$(MAKE) \-\\' or + @echo \'$(MAKE) \-\\' respectively. @echo Valid options are - @echo " -ThornDoc : produce the documentation for the thorn." + @echo " -ThornDoc - produce the documentation for the thorn" + @echo " in doc/ThornDoc///." + @echo " -ArrangementDoc - produce documentation for the arrangement" + @echo " in doc/ArrangementDoc//." @echo $(DIVIDER) @echo $(MAKE) also knows the following targets @echo @@ -1151,6 +1155,10 @@ ThornDoc: @echo "$(DIVIDER)" @lib/sbin/ThornDoc @echo $(DIVIDER) +%-ArrangementDoc: + @echo "$(DIVIDER)" + @lib/sbin/ArrangementDoc $(@:%-ArrangementDoc=%) + @echo $(DIVIDER) ArrangementDoc: @echo "$(DIVIDER)" @lib/sbin/ArrangementDoc -- cgit v1.2.3