diff options
Diffstat (limited to 'Master/bin')
-rwxr-xr-x | Master/bin/win32/fmtutil-sys.exe | bin | 19968 -> 1536 bytes | |||
-rwxr-xr-x | Master/bin/win32/runscript.tlu | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Master/bin/win32/fmtutil-sys.exe b/Master/bin/win32/fmtutil-sys.exe Binary files differindex aa251f70136..5777d90a17a 100755 --- a/Master/bin/win32/fmtutil-sys.exe +++ b/Master/bin/win32/fmtutil-sys.exe diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index 3679e8f94d8..61d6956028b 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -228,6 +228,8 @@ local docstr = [[ - added '-i', '.' to psview argument list (author's request)
- added environment clean up from Perl specific variables
(when not using external Perl)
+ 2012/08/05
+ - added alias for fmtutil
]]
-- HELPER SUBROUTINES --
@@ -533,6 +535,8 @@ elseif progname == 'dviout' then [[^r\vf\\^s.vf;^r\ovf\\^s.ovf;^r\tfm\\^s.tfm" "-TEXROOT=']] ..
table.concat(texrt, ';') .. [['"]]
ARGV = {[0]=TEXDIR..'/tlpkg/dviout/dviout.exe', 'dviout', par}
+elseif progname == 'fmtutil' and sysprog then
+ ARGV = {[0]=BINDIR..'/fmtutil.exe', 'fmtutil', argline}
elseif progname == 'psv' then
argline = '-sINPUT='..argline
ARGV = {[0]=TEXDIR..'/tlpkg/tlpsv/gswxlua.exe', 'gswxlua',
|