summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/RunningCactus.tex
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-07-15 10:16:49 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-07-15 10:16:49 +0000
commit256970c1052858d42276d93c2e73c922e17af025 (patch)
tree77321874c0551ced4680ef751b4fcac01f8a47cd /doc/UsersGuide/RunningCactus.tex
parent5bb6466e3e858b0c0b6483bddf0bb20443310f41 (diff)
Documented 'gmake <config>-utils'.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2295 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/RunningCactus.tex')
-rw-r--r--doc/UsersGuide/RunningCactus.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index cbc5c543..c067b6ad 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -764,6 +764,8 @@ is to do. The command {\tt gmake help} lists all gmake targets.
\item [{\tt gmake <config>-editthorns}] edits the ThornList
+\item [{\tt gmake <config>-examples}] copies all the example parameter files relevant for this configuration to the directory {\tt examples} in the Cactus home directory. If a file of the same name is already there, it will not overwrite it.
+
\item [{\tt gmake <config>-realclean}] removes from a configuration
all object and dependency files,
as well as files generated from the CST (that is, only the files
@@ -777,7 +779,7 @@ is to do. The command {\tt gmake help} lists all gmake targets.
\item [{\tt gmake <config>-thornlist}] regenerates the ThornList for a configuration.
-\item [{\tt gmake <config>-examples}] copies all the example parameter files relevant for this configuration to the directory {\tt examples} in the Cactus home directory. If a file of the same name is already there, it will not overwrite it.
+\item [{\tt gmake <config>-utils [UTILS$=$<list>]}] builds all utility programs provided by the thorns of a configuration. Individual utilities can be selected by giving their names in the {\tt UTILS} variable.
\item[{\tt gmake <config>-ThornGuide}] builds documentation for the thorns
in this configuration.