c9648a2a34
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=184
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
---
|
|
utils/texdoctk/texdoctk.pl | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
--- utils/texdoctk/texdoctk.pl
|
|
+++ utils/texdoctk/texdoctk.pl 2008-09-24 14:56:14.000000000 +0000
|
|
@@ -1461,7 +1461,7 @@ sub writerc {
|
|
mv $myrc,"$myrc.save" if (-e $myrc);
|
|
open(MYRC,">$myrc");
|
|
print MYRC "# user's .texdocrc, generated by program\n
|
|
-# root of user's doc directory (from \$HOMETEXMF)
|
|
+# root of user's doc directory (from \$TEXMFHOME)
|
|
# can be left empty if \$TEXMFHOME is undefined
|
|
HOMEDOCPATH=$homedocpath_tmp
|
|
# general viewer behaviour (y or yes to make active)
|
|
@@ -1624,9 +1624,9 @@ sub readrc {
|
|
$localdocpath="$texmflocal/$localdocpath";
|
|
}
|
|
}
|
|
-# find user's $HOMETEXMF/doc, if there is one
|
|
+# find user's $TEXMFHOME/doc, if there is one
|
|
if ($icall == 2 || $pathflagh == 1) {
|
|
- $texmfhome=`kpsewhich --expand-path=${qq}\$HOMETEXMF${qq}`;
|
|
+ $texmfhome=`kpsewhich --expand-path=${qq}\$TEXMFHOME${qq}`;
|
|
chomp $texmfhome;
|
|
if (length $texmfhome) {
|
|
# if HOMEDOCPATH is not explicitly defined, it equals TEXDOCPATH
|