diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-05-07 08:29:01 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-05-07 08:29:01 +0000 |
commit | da67951080389bcd6eb9008ed29bb6e1537b9373 (patch) | |
tree | ee5ef0896d17e0c526b9e56dcf980cb5430ff8c5 /Master | |
parent | 99e4c3bfd93c49722b98e5ac720ce7543d88e984 (diff) |
Reverting postaction appreg package changes
git-svn-id: svn://tug.org/texlive/trunk@22345 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/tlpsrc/dviout.win32.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texworks.tlpsrc | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/wintools.win32.tlpsrc | 4 |
4 files changed, 3 insertions, 10 deletions
diff --git a/Master/tlpkg/tlpsrc/dviout.win32.tlpsrc b/Master/tlpkg/tlpsrc/dviout.win32.tlpsrc index 9a8658c0bdf..18b63bf8a4b 100644 --- a/Master/tlpkg/tlpsrc/dviout.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/dviout.win32.tlpsrc @@ -4,5 +4,3 @@ binpattern f/win32 bin/win32/dviout postaction shortcut type=menu name="DVIOUT DVI viewer" cmd=TEXDIR/bin/win32/dviout.exe postaction filetype name=TL.DVIOUT.view cmd='"TEXDIR/bin/win32/dviout.exe" "%1"' postaction fileassoc extension=.dvi filetype=TL.DVIOUT.view -postaction appreg prog="dviout.exe" \ - cmd='"TEXDIR/bin/win32/dviout.exe" "%1"' exts='.dvi' diff --git a/Master/tlpkg/tlpsrc/texworks.tlpsrc b/Master/tlpkg/tlpsrc/texworks.tlpsrc index 5b1852df760..bdfec446400 100644 --- a/Master/tlpkg/tlpsrc/texworks.tlpsrc +++ b/Master/tlpkg/tlpsrc/texworks.tlpsrc @@ -5,13 +5,13 @@ longdesc TeX Live includes executables only for Windows. postaction shortcut type=menu name="TeXworks editor" \ cmd=TEXDIR/bin/win32/texworks.exe +postaction shortcut type=desktop name="TeXworks editor" \ + cmd=TEXDIR/bin/win32/texworks.exe postaction filetype name=TL.TeXworks.edit \ cmd='"TEXDIR/bin/win32/texworks.exe" "%1"' postaction fileassoc extension=.tex filetype=TL.TeXworks.edit postaction fileassoc extension=.sty filetype=TL.TeXworks.edit postaction fileassoc extension=.cls filetype=TL.TeXworks.edit -postaction appreg prog="texworks.exe" \ - cmd='"TEXDIR/bin/win32/texworks.exe" "%1"' exts='.tex|.sty|.cls' binpattern f/win32 bin/${ARCH}/texworks binpattern f/win32 tlpkg/texworks/texworks.exe binpattern f/win32 tlpkg/texworks/python27.dll diff --git a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc index 05565357b25..a2b1953599b 100644 --- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc @@ -8,9 +8,8 @@ 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' diff --git a/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc b/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc index 4ad63960e3f..320a14bdd79 100644 --- a/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc @@ -33,9 +33,5 @@ binpattern f/win32 tlpkg/sam2p/sam2p.exe docpattern d texmf/doc/gzip # # bitmap2eps is from Siep. -# binpattern f/win32 bin/win32/bitmap2eps.exe runpattern f texmf/scripts/bitmap2eps/bitmap2eps.vbs -postaction appreg prog="bitmap2eps.exe" \ - cmd='"TEXDIR/bin/win32/bitmap2eps.exe" "%1"' \ - exts='.bmp|.png|.gif|.jpe|.jpg|.jpeg|.tif|.tiff' |