summaryrefslogtreecommitdiff
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
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
-rw-r--r--Makefile7
-rw-r--r--doc/UsersGuide/RunningCactus.tex2
2 files changed, 8 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
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index 725f2ec2..ccedb79d 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -1066,6 +1066,8 @@ configuration found in user's \texttt{configs} subdirectory.
\item [{\tt gmake UsersGuide}] runs LaTeX to produce a copy of the Users' Guide.
+\item [{\tt gmake AllDoc}] creates all of the above documentations.
+
\end{Lentry}