summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-01 18:23:58 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-01 18:23:58 +0000
commit0a5fce4be8cf9717466bf6bd860e50024954f36b (patch)
treeda4ff5f53e838859313825d1c3fd15869c146606 /doc/UsersGuide
parenta201e50b219c8964c86d864f870ac22fa029c263 (diff)
Added editthorns
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1123 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide')
-rw-r--r--doc/UsersGuide/RunningCactus.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index dfe5074b..4a42284c 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -671,6 +671,8 @@ 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>-editthorns}] edits the ThornList
+
\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.
@@ -698,6 +700,12 @@ this list at anytime by typing
gmake <config>-thornlist
\end{verbatim}
+or you can edit it using
+
+\begin{verbatim}
+gmake <config>-editthorns
+\end{verbatim}
+
Instead of using the editor to specify the thorns you want to
have compiled, you can {\em edit} the {\em ThornList} outside
the make process. It is located in {\tt configs/<config>/ThornList},