diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-05-06 20:27:58 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-05-06 20:27:58 +0000 |
commit | 2392ed0b12abd476b55ca01e30ce3d5062b51740 (patch) | |
tree | 519e5ff1c397e44e76e91cfec3f6b7957dc9635d /Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | |
parent | 9924fed3b516a9a2a2f742a40bf65fe679f439b0 (diff) |
Postaction appreg
git-svn-id: svn://tug.org/texlive/trunk@22331 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc index a2b1953599b..05565357b25 100644 --- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc @@ -8,8 +8,9 @@ longdesc TeX Live includes executables only for Windows. binpattern f/win32 bin/win32/psv runpattern d tlpkg/tlpsv postaction shortcut type=menu name="PS_View" cmd=TEXDIR/bin/win32/psv.exe -postaction shortcut type=desktop name="PS_View" cmd=TEXDIR/bin/win32/psv.exe postaction filetype name=TL.PSView.view cmd='"TEXDIR/bin/win32/psv.exe" "%1"' postaction fileassoc extension=.eps filetype=TL.PSView.view postaction fileassoc extension=.ps filetype=TL.PSView.view postaction fileassoc extension=.pdf filetype=TL.PSView.view +postaction appreg prog="psv.exe" cmd='"TEXDIR/bin/win32/psv.exe" "%1"' \ + exts='.eps|.epi|.epsi|.ps|.prn|.pdf' |