d6b30a4b10
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=1
24 lines
1023 B
Plaintext
24 lines
1023 B
Plaintext
--- texk/texlive/linked_scripts/tetex/texdoctk.pl
|
|
+++ texk/texlive/linked_scripts/tetex/texdoctk.pl 2008-09-24 14:56:14.000000000 +0000
|
|
@@ -1458,7 +1458,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)
|
|
@@ -1621,9 +1621,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
|