summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2011-05-06 20:27:58 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2011-05-06 20:27:58 +0000
commit2392ed0b12abd476b55ca01e30ce3d5062b51740 (patch)
tree519e5ff1c397e44e76e91cfec3f6b7957dc9635d /Master/tlpkg/tlpsrc
parent9924fed3b516a9a2a2f742a40bf65fe679f439b0 (diff)
Postaction appreg
git-svn-id: svn://tug.org/texlive/trunk@22331 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/dviout.win32.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/texworks.tlpsrc4
-rw-r--r--Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc3
-rw-r--r--Master/tlpkg/tlpsrc/wintools.win32.tlpsrc4
4 files changed, 10 insertions, 3 deletions
diff --git a/Master/tlpkg/tlpsrc/dviout.win32.tlpsrc b/Master/tlpkg/tlpsrc/dviout.win32.tlpsrc
index 18b63bf8a4b..9a8658c0bdf 100644
--- a/Master/tlpkg/tlpsrc/dviout.win32.tlpsrc
+++ b/Master/tlpkg/tlpsrc/dviout.win32.tlpsrc
@@ -4,3 +4,5 @@ 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 bdfec446400..5b1852df760 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 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'
diff --git a/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc b/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc
index 320a14bdd79..4ad63960e3f 100644
--- a/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc
+++ b/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc
@@ -33,5 +33,9 @@ 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'