On 2 January 2016 at 21:50, Andreas Schwab wrote:
> Gavin Smith writes:
>
>> I don't see why it's a problem.
>
> Anything that is installed but unused is bad.
What I'll try is deleting the files after they are installed using the
install-exec-hook makefile target.
>> Here's a file that I ran with pdftex and with luatex: both worked.
>> If this looks right, the code can be moved into texinfo.tex.
\ifx\XeTeXrevision\thisisundefined
\else
\XeTeXinputencoding "bytes"
\fi
although I haven't been able to test this.
>>>
Here's a file that I ran with pdftex and with luatex: both worked.
If this looks right, the code can be moved into texinfo.tex.
>>
>> \ifx\XeTeXrevision\thisisundefined
>> \else
>> \XeTeXinputencoding "bytes"
>> \fi
>>
>> although I haven't been able to test this.
>
> I've tried the at