diff options
author | Hans Hagen <pragma@wxs.nl> | 2014-05-26 14:56:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2014-05-26 14:56:00 +0200 |
commit | 044365a4f17208925ebff5f8749c91571ed947ed (patch) | |
tree | d62eff899bcad16b6b92fab3fcbc0f4d7d40dec6 /web2c | |
parent | f779927eb2f4fdee785601823e87b28595ad71db (diff) | |
download | context-044365a4f17208925ebff5f8749c91571ed947ed.tar.gz |
beta 2014.05.26 14:56
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 |