summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-01-22 22:35:07 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-01-22 22:35:07 +0000
commit16e9fb211f6cac2086f6e28567b389290852e967 (patch)
tree559ce669d10f7d7b7a04d9cff8e717cc987dcba2
parent6c48d35c2ab7e3a00851bcb90a76da5c129a5c4f (diff)
use relative path to suppress latex warning
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4515 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/sbin/ThornGuide.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/ThornGuide.pl b/lib/sbin/ThornGuide.pl
index a822bcb1..97abd1c4 100644
--- a/lib/sbin/ThornGuide.pl
+++ b/lib/sbin/ThornGuide.pl
@@ -48,7 +48,7 @@ $cctk_home .= '/' if (($cctk_home !~ /\/$/) && (defined $cctk_home));
# set up the sbin dir, tacking cctk_home on the front
my $sbin_dir = "${cctk_home}lib/sbin";
-my $cactus_style_file = "${cctk_home}doc/latex/cactus";
+my $cactus_style_file = "../../../doc/latex/cactus";
##############
# REQUIRE(S) #
##############