summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-08-27 17:18:25 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-08-27 17:18:25 +0000
commited970c77f244909f3b7c5a1ad26b8c6af0ae767e (patch)
tree562fb19b4def7310be18330c3d1d2c6a94209e0e /doc
parentae1087d19f3f5fa38beebe3513c911b3f66fe355 (diff)
Document new OPTION option in a PROVIDES block in a configuration.ccl.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3856 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/Appendices.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index 3c034d99..616c0663 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -938,6 +938,7 @@ PROVIDES <\var{Capability}>
\{
SCRIPT <\var{Configuration script}>
LANG <\var{Language}>
+ [OPTIONS [<option>[,<option>]...]]
\}
\end{alltt}
@@ -955,6 +956,12 @@ Scripts can be in any language. If an interpreter is needed to run
the script, for example \verb|Perl|, this should be indicated by the
\verb|LANG| option.
+The specified options are checked for in the original configuration
+and any options passed on the command line (including an `options'
+file) at compile time when the thorn is added, or if the CST is
+rerun. These options need be set only once, and will be remembered
+between builds.
+
\item
\begin{alltt}