diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-05 23:14:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-05 23:14:55 +0000 |
commit | 8c77bbda8837bf4be366a1354f7cbec947f4a1b8 (patch) | |
tree | 0638c40960187e1050236ef91b5d9fa478c25184 /Build | |
parent | 83c3a7b267405a51659fc410259fcd4a73315d51 (diff) |
(TEXINPUTS.context): no trailing comma, per taco
git-svn-id: svn://tug.org/texlive/trunk@22802 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index b0d01a9501a..9d6d8f36db5 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2011-06-06 Karl Berry <karl@tug.org> + + * texmf.cnf (TEXINPUTS.context): No trailing comma, per Taco. + 2011-06-03 Peter Breitenlohner <peb@mppmu.mpg.de> * mingw32.c (normalize_filename): Use memmove() instead of diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 798d0e74e6a..ae364d18f38 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -220,7 +220,7 @@ BIBINPUTS.pbibtex = .;$TEXMF/{pbibtex,bibtex}/bib// BSTINPUTS.pbibtex = .;$TEXMF/{pbibtex,bibtex}/bst// % ConTeXt. -TEXINPUTS.context = .;$TEXMF/tex/{context,plain,generic,}// +TEXINPUTS.context = .;$TEXMF/tex/{context,plain,generic}// % jadetex. TEXINPUTS.jadetex = .;$TEXMF/tex/{jadetex,latex,generic,}// |