This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: manpages containing "."
- To: Tim Sutherland <timsuth at ihug dot co dot nz>
- Subject: Re: manpages containing "."
- From: Tom Tromey <tromey at redhat dot com>
- Date: 17 Dec 2000 16:48:38 -0700
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <20001213144930.A28611@europa.zone>
- Reply-To: tromey at redhat dot com
>>>>> "Tim" == Tim Sutherland <timsuth@ihug.co.nz> writes:
Tim> I wish to install a manpage "connect.sh.1". Unfortunately, with
Tim> man_MANS = connect.sh.1
Tim> the page is instead installed as "sh/man1/connect.1". I want
Tim> "man1/connect.sh.1".
I'm a bit suprised this doesn't work.
I looked at the install code in `mans.am' and it seems to do the right
thing in this case.
Can you write a test case for the problem? Ideally in the same form
as existing automake tests? That would help.
Tom