diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-20 23:35:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-20 23:35:09 +0000 |
commit | 4b95f16c338118ec28786de9563f1361d9b42989 (patch) | |
tree | 54f6ff54bbe111f8272f7ab4565b855c2a3b00ca /Master/texmf-dist/tex/mex | |
parent | c6105b9a574105a49cdd5ac84a78d9a8c0c20a1d (diff) |
use full .tex filename to avoid clashing with binary names; from Peter Ragosch, 20 Sep 2008 12:58:29
git-svn-id: svn://tug.org/texlive/trunk@10665 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/mex')
-rw-r--r-- | Master/texmf-dist/tex/mex/config/mex.ini | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/mex/config/pdfmex.ini | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/mex/utf8mex/utf8mex.ini | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/mex/config/mex.ini b/Master/texmf-dist/tex/mex/config/mex.ini index 5e3bfa43d9a..075f1449774 100644 --- a/Master/texmf-dist/tex/mex/config/mex.ini +++ b/Master/texmf-dist/tex/mex/config/mex.ini @@ -18,5 +18,5 @@ \fi % % the usual format initialization. -\input mex +\input mex.tex \dump diff --git a/Master/texmf-dist/tex/mex/config/pdfmex.ini b/Master/texmf-dist/tex/mex/config/pdfmex.ini index cbbcf115d77..98a336d31db 100644 --- a/Master/texmf-dist/tex/mex/config/pdfmex.ini +++ b/Master/texmf-dist/tex/mex/config/pdfmex.ini @@ -1,4 +1,4 @@ % pdfmex.ini. Thomas Esser, 1999. Public domain. \input pdftexconfig.tex -\input mex +\input mex.tex \dump diff --git a/Master/texmf-dist/tex/mex/utf8mex/utf8mex.ini b/Master/texmf-dist/tex/mex/utf8mex/utf8mex.ini index 7a1a6423e57..db7e045c8fe 100644 --- a/Master/texmf-dist/tex/mex/utf8mex/utf8mex.ini +++ b/Master/texmf-dist/tex/mex/utf8mex/utf8mex.ini @@ -25,7 +25,7 @@ \fi % % the usual format initialization. -\input mex +\input mex.tex \input utf8-pl %\input plaina4 % set \hsize and \vsize for A4 %not important, needs cslatex (SW) \everyjob=\expandafter{\the\everyjob |