summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-28 00:46:11 +0000
committerKarl Berry <karl@freefriends.org>2011-05-28 00:46:11 +0000
commit9b250c80ddb1e70ccdee183214943700e6756ef4 (patch)
tree7f69e42f7b0850b411e0b394ec7c7f4e42669f62 /Master
parent746397aa602d92ed9d0e8612a7901b897b85f233 (diff)
* ptex.tlpsrc (eptex): new format.
(platex): engine eptex. * texworks.tlpsrc, * tlpsv.win32.tlpsrc: remove shortcut type=desktop. git-svn-id: svn://tug.org/texlive/trunk@22629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/tlpsrc/ptex.tlpsrc7
-rw-r--r--Master/tlpkg/tlpsrc/texworks.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc1
3 files changed, 3 insertions, 7 deletions
diff --git a/Master/tlpkg/tlpsrc/ptex.tlpsrc b/Master/tlpkg/tlpsrc/ptex.tlpsrc
index 0a256f7e4b2..7af2e713d2c 100644
--- a/Master/tlpkg/tlpsrc/ptex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/ptex.tlpsrc
@@ -3,12 +3,11 @@ depend latex
depend adobemapping
#
execute AddFormat name=ptex engine=ptex options="ptex.ini"
-execute AddFormat name=platex engine=ptex options="platex.ini" \
+execute AddFormat name=eptex engine=eptex options="*eptex.ini" \
+ patterns=language.def
+execute AddFormat name=platex engine=eptex options="*platex.ini" \
patterns=language.ptx
#
-# for 2011:
-#execute AddFormat name=platex engine=eptex options="*platex.ini"
-#
binpattern f bin/${ARCH}/makejvf
binpattern f bin/${ARCH}/mendex
binpattern f bin/${ARCH}/pbibtex
diff --git a/Master/tlpkg/tlpsrc/texworks.tlpsrc b/Master/tlpkg/tlpsrc/texworks.tlpsrc
index bdfec446400..47040b64cde 100644
--- a/Master/tlpkg/tlpsrc/texworks.tlpsrc
+++ b/Master/tlpkg/tlpsrc/texworks.tlpsrc
@@ -5,8 +5,6 @@ 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
diff --git a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc
index a2b1953599b..09d1fd160e6 100644
--- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc
+++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc
@@ -8,7 +8,6 @@ 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