summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-03 12:25:46 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-03 12:25:46 +0000
commit778f1661faf614a2d427382d175aefbeafa20b5b (patch)
treeae427be828741fb500d9d3217398da3b813e5d19 /doc/UsersGuide
parentc466379007aec3128353b5a688d8d5bdeae8174f (diff)
Tidying up gmake targets to be in sync with the options that are there.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1214 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide')
-rw-r--r--doc/UsersGuide/RunningCactus.tex52
1 files changed, 29 insertions, 23 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index 4a42284c..fc5d4a45 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -648,34 +648,33 @@ is to do. The command {\tt gmake help} lists all gmake targets.
builds a configuration. If the configuation doesn't exist
it will create it.
-\item [{\tt gmake <config>-config}] creates a new configuration or reconfigures an old one.
-
\item [{\tt gmake <config>-clean}] removes all object and dependency files from
a configuration.
-\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
- generated by configure and the ThornList files remain).
-
-\item [{\tt gmake <config>-cleanobjs}] removes all object files from
- a configuration.
-
\item [{\tt gmake <config>-cleandeps}] removes all dependency files from
a configuration.
+\item [{\tt gmake <config>-cleanobjs}] removes all object files from
+ a configuration.
-\item [{\tt gmake <config>-rebuild}] rebuilds a configuration (reruns the CST -- the perl scripts which parse the thorn configuration files).
+\item [{\tt gmake <config>-config}] creates a new configuration or reconfigures an old one.
\item [{\tt gmake <config>-delete}] deletes a configuration ({\tt rm -r configs/<config>}).
-\item [{\tt gmake <config>-thornlist}] regenerates the ThornList for a configuration.
-
\item [{\tt gmake <config>-editthorns}] edits the ThornList
+\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
+ generated by configure and the ThornList files remain).
+
+\item [{\tt gmake <config>-rebuild}] rebuilds a configuration (reruns the CST -- the perl scripts which parse the thorn configuration files).
+
\item [{\tt gmake <config>-testsuite}] runs the test programs associated with
- each thorn. See section \ref{sec:te} for information about the
- test suite mechanism.
+ each thorn in the configuration. See section \ref{sec:te} for information about the
+ testsuite mechanism.
+
+\item [{\tt gmake <config>-thornlist}] regenerates the ThornList for a configuration.
\item [{\tt gmake <config>-thornparfiles}] copies all the example parameter files relevant for this configuration to the directory {\tt thornparfiles} in the Cactus home directory. If a file of the same name is already there, it will not overwrite it.
@@ -753,21 +752,28 @@ the same.
\item [{\tt gmake help}] lists all make options
-\item [{\tt gmake tags}] creates a {\tt vi} style tags file. See section
- \ref{sec:usta} for using TAGS within Cactus.
-
-\item [{\tt gmake TAGS}] creates an Emacs style TAGS file. See section
- \ref{sec:usta} for using TAGS within Cactus.
-
-\item [{\tt gmake doc}] places a postscript version of the Users Guide documentation in your Cactus home directory.
-
\item [{\tt gmake checkout}] allows you to easily checkout Cactus arrangements and thorns.
+\item [{\tt gmake default}] creates a new configuration with a default name.
+
\item [{\tt gmake distclean}] delete your {\tt configs} directory and hence all your configurations.
+\item [{\tt gmake doc}] places a postscript version of the Users Guide documentation in your Cactus home directory.
+
\item [{\tt gmake downsize}] removes non essential files as documents
and testsuites to allow for minimal installation size.
+\item [{\tt gmake newthorn}] creates a new thorn, prompting for the necessary
+ information and creating template files.
+
+\item [{\tt gmake TAGS}] creates an Emacs style TAGS file. See section
+ \ref{sec:usta} for using TAGS within Cactus.
+
+\item [{\tt gmake tags}] creates a {\tt vi} style tags file. See section
+ \ref{sec:usta} for using TAGS within Cactus.
+
+\item [{\tt gmake thorninfo}] give information about all available thorns.
+
\end{Lentry}