summaryrefslogtreecommitdiff
path: root/lib/sbin/ThornGuide.pl
diff options
context:
space:
mode:
authorikelley <ikelley@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-29 10:19:08 +0000
committerikelley <ikelley@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-29 10:19:08 +0000
commit736ec32cb389d5049de260bd19180720acddc4b2 (patch)
treec879f4a28a2a2ad60bb0b8f5aac8f0fc441dfa7b /lib/sbin/ThornGuide.pl
parent12897ea8ea181e0b975e561c76e705292786dce4 (diff)
adding arrangment documentation to thornguide, if it exists...
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2860 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/ThornGuide.pl')
-rw-r--r--lib/sbin/ThornGuide.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sbin/ThornGuide.pl b/lib/sbin/ThornGuide.pl
index 4bb76e31..2f426131 100644
--- a/lib/sbin/ThornGuide.pl
+++ b/lib/sbin/ThornGuide.pl
@@ -118,6 +118,7 @@ foreach my $arrangement (sort keys %arrangements)
&Start_Arr($arrangement, $counter);
+ print OUT &Read_Thorn_Doc($arrangements_dir, $arrangement);
# now each thorn in the given arrangement
foreach my $thorn (@{$arrangements{$arrangement}})
{