summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/FAQ8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/FAQ b/doc/FAQ
index b0cd87a0..fe8b31b1 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Cactus Code Frequently Asked Questions
-$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.47 2002-09-22 13:56:59 allen Exp $
+$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.48 2002-09-22 13:58:31 allen Exp $
Also available at http://www.cactuscode.org/Documentation/FAQ
@@ -1112,4 +1112,8 @@ Documentation:
G1 How can I build the ThornGuide documentation for single thorns or
arrangements?
- gmake Thorn \ No newline at end of file
+ Give the names of the thorns or arrangements on the make line, e.g.
+
+ gmake ThornGuide THORNS="CactusBase/Boundary"
+
+ gmake ThornGuide ARRANGEMENTS="CactusBase" \ No newline at end of file