From 8c8d687be044f97299cce38fb59dc55ab126df68 Mon Sep 17 00:00:00 2001 From: ikelley Date: Wed, 29 May 2002 10:29:14 +0000 Subject: now that arrangements will have 'doc' directories, we want to ignore them when building a thornlist git-svn-id: http://svn.cactuscode.org/flesh/trunk@2861 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/ThornList.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sbin/ThornList.pl b/lib/sbin/ThornList.pl index 570ab318..0503f108 100644 --- a/lib/sbin/ThornList.pl +++ b/lib/sbin/ThornList.pl @@ -44,7 +44,7 @@ if (! defined $thornlist) @thorns = &FindDirectories("$arrangements_dir$arrangement"); foreach $thorn (@thorns) { - print "\n$arrangement/$thorn"; + print "\n$arrangement/$thorn" if ($thorn ne "doc"); } } } -- cgit v1.2.3