This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
manpages containing "."
- To: automake at gnu dot org
- Subject: manpages containing "."
- From: Tim Sutherland <timsuth at ihug dot co dot nz>
- Date: Wed, 13 Dec 2000 14:49:30 +1300
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
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 ".").