diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-09-26 09:17:26 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-09-26 09:17:26 +0000 |
commit | 69cdb80977fc59e47c24a680fc0c61a3eac0c097 (patch) | |
tree | ca111e9049a1785bf8507161dce88a2233268760 /Master/bin | |
parent | d3a140feea19858912cc2de406e176ae8ce6c392 (diff) |
dviout moved to tlpkg/dviout; dviout.vbs changed accordingly.
git-svn-id: svn://tug.org/texlive/trunk@10733 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rw-r--r-- | Master/bin/win32/dviout.vbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/dviout.vbs b/Master/bin/win32/dviout.vbs index 79c411edfe2..6b33236a32d 100644 --- a/Master/bin/win32/dviout.vbs +++ b/Master/bin/win32/dviout.vbs @@ -39,7 +39,7 @@ sGS = sTL & "\tlpkg\tlgs" oEnv("PATH") = sGS & "\bin;" & oEnv("PATH") oEnv("GS_LIB") = sGS & "\fonts;" & sGS & "\lib;" & sGS & "\Resource" -sCmd = sTL & "\dviout\dviout.exe -TEXROOT=" +sCmd = sTL & "tlpkg\dviout\dviout.exe -TEXROOT=" 'add font trees to command-Line |