[Omake] Re: LaTeX bug with BIBINPUTS.
Geoffrey Alan Washburn
geoffw at cis.upenn.edu
Wed Jul 5 11:43:29 PDT 2006
Aleksey Nogin wrote:
> On 05.07.2006 08:28, Geoffrey Alan Washburn wrote:
>
>> I just noticed that if I do the following:
>>
>> TEXINPUTS[]=
>> $(dir .)
>> $(dir ./support)
>> $(TEXINPUTS)
>>
>>
>> BIBINPUTS[]=
>> $(dir .)
>> $(dir ./bib)
>>
>> When running LaTeX OMake will set TEXINPUTS and BIBINPUTS to be the
>> same as TEXINPUTS, throwing away my BIBINPUTS definition.
>
> Well, right, didn't we already discuss this about a year ago?
Kind of. As you said, I would like a more general solution. But I
think that until then, this change should be made because if you're
going to overwrite BIBINPUTS, you might as well read its current value.
Or perhaps as you said, just using one variable for all kpathsea
environment variables.
More information about the Omake
mailing list