summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-22 13:58:31 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-22 13:58:31 +0000
commitcab0dcb09f36b831ae171abb2848f5f632104108 (patch)
treeed6dfd690db28f66a403ad739a68cbadf0b93d6d /doc/FAQ
parentb3a22895609f0340a5661486181bc3623ad48ae3 (diff)
fixed a bit of file saving confusion in last commit
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3007 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/FAQ')
-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