summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-12 22:58:14 +0000
committerKarl Berry <karl@freefriends.org>2016-05-12 22:58:14 +0000
commitddf191164edb5155c403b9b622dbd3e4d0822cd0 (patch)
treed7d38ea6ff6b59b2f455feac7a2e3146ce90d909 /Build
parentf0e23ed3daf4d57345cfa284164276b520302c03 (diff)
RISINPUTS, BLTXMLINPUTS use biber instead of bibtex
git-svn-id: svn://tug.org/texlive/trunk@41075 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog5
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf4
2 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 95b726e684c..8dbdea03a61 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,8 @@
+2016-05-13 Karl Berry <karl@tug.org>
+
+ * texmf.cnf (RISINPUTS, BLTXMLINPUTS): $TEXMF/biber
+ rather than $TEXMF/bibtex.
+
2016-02-03 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
*knj.c: Disable unnecessary warning (w32 only).
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index 928de4f6e76..5ad28fbe9d6 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -319,8 +319,8 @@ MLBIBINPUTS = .;$TEXMF/bibtex/bib/{mlbib,}//
MLBSTINPUTS = .;$TEXMF/bibtex/{mlbst,bst}//
% .ris and .bltxml bibliography formats.
-RISINPUTS = .;$TEXMF/bibtex/ris//
-BLTXMLINPUTS = .;$TEXMF/bibtex/bltxml//
+RISINPUTS = .;$TEXMF/biber/ris//
+BLTXMLINPUTS = .;$TEXMF/biber/bltxml//
% MFT style files.
MFTINPUTS = .;$TEXMF/mft//