summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tex-file.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-06-12 00:31:19 +0000
committerKarl Berry <karl@freefriends.org>2008-06-12 00:31:19 +0000
commitb5abf3329a33156e1fd7516260ea038cecc28049 (patch)
treed3fa020e51a65f8f1693e0ce2c1626756ed8f34e /Build/source/texk/kpathsea/tex-file.c
parent60238046d2cb744663592e32da7e8ae39a590970 (diff)
cmap files (texmf/fonts/cmap) do not use .cmap, so remove SUFFIXES (from akira/vvv)
git-svn-id: svn://tug.org/texlive/trunk@8686 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/tex-file.c')
-rw-r--r--Build/source/texk/kpathsea/tex-file.c1
1 files changed, 0 insertions, 1 deletions
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);