blob: 14ec261c3c1b7cfa24a54d95880931f164e2fa3d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- interfaces/xmaxima/Tkmaxima/Paths.tcl.orig 2020-06-08 10:58:28 UTC
+++ interfaces/xmaxima/Tkmaxima/Paths.tcl
@@ -302,6 +302,8 @@ proc setMaxDir {} {
set maxima_priv(pReferenceToc) [file join $dir html maxima_toc.html]
}
}
+ } elseif {[file isdir [set dir [file join %%DOCSDIR%%]]]} {
+ set maxima_priv(pReferenceToc) [file join $dir maxima_toc.html]
} else {
tide_notify [M [mc "Documentation not found in '%s'"] \
[file native $maxima_priv(maxima_verpkgdatadir)]]
|