Skip to content

Commit

Permalink
Verwendung von TEXMFLOCAL statt TEXMFHOME
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpiggi committed Jul 2, 2015
1 parent 0747715 commit d0935d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion update_classes.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd temp
echo \BaseDirectory{.}> docstrip.cfg
echo \UseTDS>> docstrip.cfg
tex tudscr.ins
kpsewhich --var-value=TEXMFHOME> texmfpath.tmp
kpsewhich --var-value=TEXMFLOCAL> texmfpath.tmp
set /p texmfpath=< texmfpath.tmp
xcopy tex "%texmfpath%\tex\" /s /y
cd %~dp0
Expand Down
2 changes: 1 addition & 1 deletion update_classes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cat > docstrip.cfg <<EOF
\UseTDS
EOF
tex tudscr.ins
texmfpath=`kpsewhich --var-value=TEXMFHOME|sed 's,^!*,,'`
texmfpath=`kpsewhich --var-value=TEXMFLOCAL|sed 's,^!*,,'`
cp -r tex "$texmfpath"
cd "$topdir"
if [ -d temp ]
Expand Down

0 comments on commit d0935d5

Please sign in to comment.