>> The file `texinfo.tex` is in the list of files (given by `automake
>> --help`) that gets always distributed. How can I disable this? I
>> don't have texinfo documentation.
>
> The texinfo.tex file (and others listed along with it) is included
> in the distribution only if the file is present in your project
> workspace when you run "automake" to (re)generate Makefile.in.
OK, thanks.
> As far as I know there is no way to disable this behaviour, although
> I agree the automagic file inclusion can be a bit funky.
Yeah, it would be nice to have a means to control that.
Werner