diff options
author | Karl Berry <karl@freefriends.org> | 2007-02-02 22:28:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-02-02 22:28:29 +0000 |
commit | 51211b45c3d21ecb57ddea434f26bb3fc460a974 (patch) | |
tree | 2c4d3b598813115f71b37644c60b86473e5e650f /Build/source | |
parent | 45f6c86bba184840ba0f787ed17b71aeaa60bf77 (diff) |
find vf for ovf, do not duplicate TFMFONTS
git-svn-id: svn://tug.org/texlive/trunk@3887 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.in | 9 |
2 files changed, 9 insertions, 6 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// |