From f91e31bf8402fc419666e95847452bd6177768f3 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 30 Aug 2013 01:28:47 +0000 Subject: dviout adaptions according to Yusuke KUROKI runscript.tlu: do not add -NULL cmd line arg add install.par to the dviout directory This way users of dviout can adjust settings and save them to the registry (TL itself does not change/set anything in the registry) git-svn-id: svn://tug.org/texlive/trunk@31539 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/win32/runscript.tlu | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Master/bin') diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index 5afa3500c15..baebdecc9cc 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -239,6 +239,9 @@ local docstr = [[ 2013/08/08 - allow overriding gs/gs_dll/gs_lib with kpse variables TEXLIVE_WINDOWS_EXTERNAL_GS, ..._GS_LIB, ..._GS_DLL + 2013/08/30 + - do not pass -NULL to dviout, to allow users changing and + saving settings. Patch by Yusuke KUROKI ]] -- HELPER SUBROUTINES -- @@ -580,10 +583,9 @@ elseif progname == 'dviout' then table.insert(texrt, d) end end - local par = [[-NULL -dpi=600 "-gen=']] .. string.gsub(TEXDIR, '/', '\\') .. - [[\tlpkg\dviout\gen_pk'" "-TEXPK=^r\pk\\^s.^dpk;^r\tfm\\^s^tfm;]] .. - [[^r\vf\\^s.vf;^r\ovf\\^s.ovf;^r\tfm\\^s.tfm" "-TEXROOT=']] .. - table.concat(texrt, ';') .. [['"]] + local par = [["-gen=']] .. string.gsub(TEXDIR, '/', '\\') .. + [[\tlpkg\dviout\gen_pk'" "-TEXROOT=']] .. + table.concat(texrt, ';') .. [['" "-gsx=']] .. GSEXE .. [['"]]; ARGV = {[0]=TEXDIR..'/tlpkg/dviout/dviout.exe', 'dviout', par} elseif progname == 'fmtutil' and sysprog then ARGV = {[0]=BINDIR..'/fmtutil.exe', 'fmtutil', argline} -- cgit v1.2.3