summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-26 00:09:04 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-26 00:09:04 +0000
commit41a5581e5979c6c7b50f545672a2969ba4eb973e (patch)
tree16f517d572b8aa9e7c203c05a4ef103c3394abd0 /Makefile
parenteb718a1538c53ae843db796af342bc2aedf466c5 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
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 " <anything else> - 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