summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-20 00:39:06 +0000
committerKarl Berry <karl@freefriends.org>2007-01-20 00:39:06 +0000
commit7b3ebe27f6e5be8691c161b77423bbae2ce2e614 (patch)
treef0cc1b04b4dcc6a6c88a8430aa3b1625cd6b3a72 /Build/source
parenta88a6732ec4c9c7b46cbbf5adefb7dbcd400b571 (diff)
move .XDvi settings to before the generic ones (Joel Reicher mail 19 Jan 2007 14:29:06)
git-svn-id: svn://tug.org/texlive/trunk@3607 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/kpathsea/texmf.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/kpathsea/texmf.in b/Build/source/texk/kpathsea/texmf.in
index 1ced054738b..fd6c0196560 100644
--- a/Build/source/texk/kpathsea/texmf.in
+++ b/Build/source/texk/kpathsea/texmf.in
@@ -255,6 +255,12 @@ TEXPOOL = .;$TEXMF/web2c
MFPOOL = .;$TEXMF/web2c
MPPOOL = .;$TEXMF/web2c
+% support the original xdvi. Must come before the generic settings.
+PKFONTS.XDvi = .;$TEXMF/%s;$VARTEXFONTS/pk/{%m,modeless}//
+VFFONTS.XDvi = .;$TEXMF/%s
+PSHEADERS.XDvi = .;$TEXMF/%q{dvips,fonts/type1}//
+TEXPICTS.XDvi = .;$TEXMF/%q{dvips,tex}//
+
% Device-independent font metric files.
VFFONTS = .;$TEXMF/fonts/vf//
TFMFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/tfm//
@@ -278,12 +284,6 @@ MISCFONTS = .;$TEXMF/fonts/misc//
% font name map files.
TEXFONTMAPS = .;$TEXMF/fonts/map//
-% support non"k"-xdvi:
-PKFONTS.XDvi = .;$TEXMF/%s;$VARTEXFONTS/pk/{%m,modeless}//
-VFFONTS.XDvi = .;$TEXMF/%s
-PSHEADERS.XDvi = .;$TEXMF/%q{dvips,fonts/type1}//
-TEXPICTS.XDvi = .;$TEXMF/%q{dvips,tex}//
-
% BibTeX bibliographies and style files.
BIBINPUTS = .;$TEXMF/bibtex/bib//
BSTINPUTS = .;$TEXMF/bibtex/bst//