summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-02-02 22:28:29 +0000
committerKarl Berry <karl@freefriends.org>2007-02-02 22:28:29 +0000
commit51211b45c3d21ecb57ddea434f26bb3fc460a974 (patch)
tree2c4d3b598813115f71b37644c60b86473e5e650f
parent45f6c86bba184840ba0f787ed17b71aeaa60bf77 (diff)
find vf for ovf, do not duplicate TFMFONTS
git-svn-id: svn://tug.org/texlive/trunk@3887 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/kpathsea/ChangeLog6
-rw-r--r--Build/source/texk/kpathsea/texmf.in9
-rw-r--r--Master/texmf/web2c/texmf.cnf9
3 files changed, 12 insertions, 12 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 326e877c216..713b5eb2499 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-02 Karl Berry <karl@tug.org>
+
+ * texmf.in (OVFFONTS): search for vf.
+ (OFMFONTS): explicitly adding TFMFONTS seems unnecessary.
+ From Hans and Taco, 25 Jan 2007.
+
2006-12-30 Karl Berry <karl@tug.org>
* configure.in (KPSEVERSION): 3.5.6.
diff --git a/Build/source/texk/kpathsea/texmf.in b/Build/source/texk/kpathsea/texmf.in
index 3245ece538e..27c27120423 100644
--- a/Build/source/texk/kpathsea/texmf.in
+++ b/Build/source/texk/kpathsea/texmf.in
@@ -350,13 +350,10 @@ TEXSOURCES = .;$TEXMF/source//
WEBINPUTS = .;$TEXMF/web//
CWEBINPUTS = .;$TEXMF/cweb//
-% Omega-related fonts and other files. The odd construction for OFMFONTS
-% makes it behave in the face of a definition of TFMFONTS. Unfortunately
-% no default substitution would take place for TFMFONTS, so an explicit
-% path is retained.
-OFMFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/{ofm,tfm}//;$TFMFONTS
+% Omega-related fonts and other files.
+OFMFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/{ofm,tfm}//
OPLFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/opl//
-OVFFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/ovf//
+OVFFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/{ovf,vf}//
OVPFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/ovp//
OTPINPUTS = .;$TEXMF/omega/otp//
OCPINPUTS = .;$TEXMF/omega/ocp//
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf
index d26f42237b4..bbbe0a6d9bf 100644
--- a/Master/texmf/web2c/texmf.cnf
+++ b/Master/texmf/web2c/texmf.cnf
@@ -379,13 +379,10 @@ TEXSOURCES = .;$TEXMF/source//
WEBINPUTS = .;$TEXMF/web//
CWEBINPUTS = .;$TEXMF/cweb//
-% Omega-related fonts and other files. The odd construction for OFMFONTS
-% makes it behave in the face of a definition of TFMFONTS. Unfortunately
-% no default substitution would take place for TFMFONTS, so an explicit
-% path is retained.
-OFMFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/{ofm,tfm}//;$TFMFONTS
+% Omega-related fonts and other files.
+OFMFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/{ofm,tfm}//
OPLFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/opl//
-OVFFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/ovf//
+OVFFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/{ovf,vf}//
OVPFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/ovp//
OTPINPUTS = .;$TEXMF/omega/otp//
OCPINPUTS = .;$TEXMF/omega/ocp//