diff options
author | Karl Berry <karl@freefriends.org> | 2007-11-05 01:21:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-11-05 01:21:25 +0000 |
commit | e0c1aa3f12893006b3051917a98501249ccf3f92 (patch) | |
tree | 3302015210e4ce889cc33e29ce01124013ec64cd | |
parent | 6d557dcf9da1ad4c6602d9f79e3644e4433b82d5 (diff) |
allow_multiple_suffixes unimplemented
git-svn-id: svn://tug.org/texlive/trunk@5351 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.in | 6 | ||||
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 6 |
3 files changed, 5 insertions, 12 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index f292d81bc84..4b4ebb8f66b 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2007-11-05 Karl Berry <karl@tug.org> + + * texmf.in (allow_multiple_suffixes): unimplemented. + Reported by Akira, 17 Feb 2007 15:44:39. + 2007-10-24 Karl Berry <karl@tug.org> * mktexpk (MODE) <720>: epscszz. From Akira. diff --git a/Build/source/texk/kpathsea/texmf.in b/Build/source/texk/kpathsea/texmf.in index 652b72f512c..21133a4f7b2 100644 --- a/Build/source/texk/kpathsea/texmf.in +++ b/Build/source/texk/kpathsea/texmf.in @@ -476,12 +476,6 @@ shell_escape = f openout_any = p openin_any = a -% Disable search on multiple suffixes filenames. In many case, when `foo.bar' -% is looked for, you do not want to look for `foo.bar.tex' before. This flag -% disables searching for standard suffixes if the file name has already an -% extension of 3 characters. Default value is true (old behaviour). -allow_multiple_suffixes = f - % Allow TeX, MF, and MP to parse the first line of an input file for % the %&format construct. parse_first_line = t diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 6c972f7f8aa..fbdaea219c4 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -476,12 +476,6 @@ shell_escape = f openout_any = p openin_any = a -% Disable search on multiple suffixes filenames. In many case, when `foo.bar' -% is looked for, you do not want to look for `foo.bar.tex' before. This flag -% disables searching for standard suffixes if the file name has already an -% extension of 3 characters. Default value is true (old behaviour). -allow_multiple_suffixes = f - % Allow TeX, MF, and MP to parse the first line of an input file for % the %&format construct. parse_first_line = t |