summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-20 23:35:09 +0000
committerKarl Berry <karl@freefriends.org>2008-09-20 23:35:09 +0000
commit4b95f16c338118ec28786de9563f1361d9b42989 (patch)
tree54f6ff54bbe111f8272f7ab4565b855c2a3b00ca
parentc6105b9a574105a49cdd5ac84a78d9a8c0c20a1d (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
-rw-r--r--Master/texmf-dist/tex/mex/config/mex.ini2
-rw-r--r--Master/texmf-dist/tex/mex/config/pdfmex.ini2
-rw-r--r--Master/texmf-dist/tex/mex/utf8mex/utf8mex.ini2
-rw-r--r--Master/texmf-dist/tex/physe/config/physe.ini2
-rw-r--r--Master/texmf-dist/tex/texsis/config/texsis.ini2
-rw-r--r--Master/texmf-dist/tex/xmltex/config/xmltex.ini2
6 files changed, 6 insertions, 6 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
diff --git a/Master/texmf-dist/tex/physe/config/physe.ini b/Master/texmf-dist/tex/physe/config/physe.ini
index 8e3168e3bbb..4e7bf6f5cca 100644
--- a/Master/texmf-dist/tex/physe/config/physe.ini
+++ b/Master/texmf-dist/tex/physe/config/physe.ini
@@ -1,3 +1,3 @@
\input plain
-\input physe
+\input physe.tex
\dump
diff --git a/Master/texmf-dist/tex/texsis/config/texsis.ini b/Master/texmf-dist/tex/texsis/config/texsis.ini
index 5bd8379abf1..0fcb1c8e01b 100644
--- a/Master/texmf-dist/tex/texsis/config/texsis.ini
+++ b/Master/texmf-dist/tex/texsis/config/texsis.ini
@@ -1,2 +1,2 @@
-\input texsis
+\input texsis.tex
\dump
diff --git a/Master/texmf-dist/tex/xmltex/config/xmltex.ini b/Master/texmf-dist/tex/xmltex/config/xmltex.ini
index 95b736b44ed..c4ac5094229 100644
--- a/Master/texmf-dist/tex/xmltex/config/xmltex.ini
+++ b/Master/texmf-dist/tex/xmltex/config/xmltex.ini
@@ -1 +1 @@
-\input xmltex
+\input xmltex.tex