On Wed, Dec 13, 2000 at 02:49:30PM +1300, Tim Sutherland wrote:
> Hi there.
>
> I wish to install a manpage "connect.sh.1". Unfortunately, with
> man_MANS = connect.sh.1
> the page is instead installed as "sh/man1/connect.1". I want
> "man1/connect.sh.1".
>
> How could I get around this problem? (Other than renaming the man page so
> it does not contain a ".").
After Tom Tromey pointed out to me in private email that he could not see
why that behaviour would occur, I discovered that it was debhelper (a
debian package thing) that was causing the problem, not automake.
Automake does the right thing. My apologies for the error.