summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPostActions.pm
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2008-05-21 19:31:53 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2008-05-21 19:31:53 +0000
commit55526b1012f0bdd22a72c05b2e16306b17ecf6ef (patch)
tree28c111861ae4330580feb491ff88157e74216db4 /Master/tlpkg/TeXLive/TLPostActions.pm
parent455a8e9c0b4d9927d212514a5b77bd90cd5b8627 (diff)
Revised PSview filetype, without dosbox. Revised semantics of
register_file_type: the caller should take care of all the gory details. git-svn-id: svn://tug.org/texlive/trunk@8274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPostActions.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm
index 0ee8fed4e20..9cbc3f2da00 100644
--- a/Master/tlpkg/TeXLive/TLPostActions.pm
+++ b/Master/tlpkg/TeXLive/TLPostActions.pm
@@ -114,7 +114,12 @@ sub do_install_bin_tlpsv_win32 {
);
register_extension(".ps", "PostScript");
register_extension(".eps", "PostScript");
- register_file_type("PostScript", $texdir.'/bin/win32/psv.bat');
+ #register_file_type("PostScript", '"'.$texdir.'/bin/win32/psv.bat"');
+ register_file_type("PostScript",
+ '"'.$texdir.'/tlpkg/tlpsv/gswxlua.exe" -g '.
+ '"'.$texdir.'/tlpkg/tlgs/bin/gsdll32.dll" -l '.
+ '"'.$texdir.'/tlpkg/tlpsv/psv.wx.lua" -p '.
+ '"'.$texdir.'/tlpkg/tlpsv/psv_view.ps" -sINPUT="%1"');
update_assocs();
}
}