summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/ThornGuide.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/sbin/ThornGuide.pl b/lib/sbin/ThornGuide.pl
index 97abd1c4..160a3abf 100644
--- a/lib/sbin/ThornGuide.pl
+++ b/lib/sbin/ThornGuide.pl
@@ -48,7 +48,10 @@ $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 = "../../../doc/latex/cactus";
+# has to be absolute path because the ThornGuide can be build in different
+# directory depths (doc/ThornGuide/build and configs/X/dox/build)
+#my $cactus_style_file = "../../../doc/latex/cactus";
+my $cactus_style_file = "${cctk_home}doc/latex/cactus";
##############
# REQUIRE(S) #
##############