diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/tex-file.c | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 33f0750316a..cf6c72c4635 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,9 @@ +2008-06-12 Karl Berry <karl@tug.org> + + * tex-file.c () <kpse_cmap_format>: cmap files (texmf/fonts/cmap) + do not have the .cmap suffix. (t1.cmap, et al., are TeX files, + not cmap files.) So remove the SUFFIXES definition. + 2008-05-31 Karl Berry <karl@tug.org> * elt-dirs.c (kpse_normalize_path): only output debug line if diff --git a/Build/source/texk/kpathsea/tex-file.c b/Build/source/texk/kpathsea/tex-file.c index ea381a8af7c..72e1e581146 100644 --- a/Build/source/texk/kpathsea/tex-file.c +++ b/Build/source/texk/kpathsea/tex-file.c @@ -674,7 +674,6 @@ kpse_init_format P1C(kpse_file_format_type, format) break; case kpse_cmap_format: INIT_FORMAT ("cmap files", DEFAULT_CMAPFONTS, CMAP_ENVS); - SUFFIXES (".cmap"); break; case kpse_sfd_format: INIT_FORMAT ("subfont definition files", DEFAULT_SFDFONTS, SFD_ENVS); |