diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-05-26 15:15:15 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-05-26 15:15:15 +0200 |
commit | de743208c924ec75a8cee9abe1be37ab9ef4c1ec (patch) | |
tree | d3e244a2c7d6cdf7e96be21279a7a92d703c4baf /web2c | |
parent | 1d2f8360f233e00f3bf036ac01458bca1bbaedc0 (diff) | |
download | context-de743208c924ec75a8cee9abe1be37ab9ef4c1ec.tar.gz |
2014-05-26 14:59:00
Diffstat (limited to 'web2c')
-rw-r--r-- | web2c/contextcnf.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua index b9541a88e..abc141ec4 100644 --- a/web2c/contextcnf.lua +++ b/web2c/contextcnf.lua @@ -106,8 +106,8 @@ return { -- Not really used by MkIV so they might go away. - BIBINPUTS = ".;$TEXMF/bibtex/bib//", - BSTINPUTS = ".;$TEXMF/bibtex/bst//", + BIBINPUTS = ".;$TEXMF/bibtex/bib//;$TEXMF/tex/context//", + BSTINPUTS = ".;$TEXMF/bibtex/bst//;$TEXMF/tex/context//", -- Experimental |