From: Hans-Bernhard B. <HBB...@t-...> - 2022-01-05 23:29:40
|
Am 05.01.2022 um 23:42 schrieb Ethan A Merritt: > On Wednesday, 5 January 2022 13:26:09 PST Hans-Bernhard Bröker wrote: >> * It doesn't work for out-of-source-tree builds, because of missing >> $(srcdir)/ prefixes and a lack of TEXINPUTS addition of $(srcdir) > > My understanding is that TEXINPUTS is disrecommended for luatex. > Has that changed? Dis-recommended or not, it simply doesn't work without it, because it cannot find title-ja.tex. With the TEXINPUTS set, it works. There might be other methods to achieve this (copy title-ja.tex around, change the sed command to point to it with a path, ...), but that one seemed to fit in best with what we've been doing in the other cases. |