On Mon, Dec 03, 2018 at 01:04:02AM -0500, Nick Bowler wrote:
> ... if you set the TEXINFO_TEX variable (see below), it overrides
> the location of [texinfo.tex] and turns off its installation into
> the source [by automake --add-missing] as well as its distribution.
>
> There's no rationale
When setting TEXINFO_TEX to a different location (eg,
doc/texinfo.tex), the file is no longer distributed in the dist
tarball. Shouldn't it be?
Ben
I ran 'automake --add-missing' to copy mdate-sh to my project. This,
of course, creates a symbolic link to the automake install tree.
Remembering this, I then ran 'automake --add-missing -c' to copy the
script instead. Since mdate-sh was already present in my tree,
automake did nothing. When passin