diff options
-rwxr-xr-x | Master/bin/win32/runscript.tlu | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index ac4e84ea033..6abcbdfc0f0 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -230,6 +230,8 @@ local docstr = [[ (when not using external Perl)
2012/08/05
- added alias for fmtutil
+ 2013/05/09
+ - added alias mkluatexfontdb -> luaotfload-tool
]]
-- HELPER SUBROUTINES --
@@ -537,6 +539,8 @@ elseif progname == 'dviout' then ARGV = {[0]=TEXDIR..'/tlpkg/dviout/dviout.exe', 'dviout', par}
elseif progname == 'fmtutil' and sysprog then
ARGV = {[0]=BINDIR..'/fmtutil.exe', 'fmtutil', argline}
+elseif progname == 'mkluatexfontdb' then
+ progname = 'luaotfload-tool'
elseif progname == 'psv' then
argline = '-sINPUT='..argline
ARGV = {[0]=TEXDIR..'/tlpkg/tlpsv/gswxlua.exe', 'gswxlua',
|