This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Problem with man page installation
- From: Akim Demaille <akim at epita dot fr>
- To: tromey at redhat dot com
- Cc: Marco Kuhlmann <mk at debian dot org>, automake at gnu dot org
- Date: 09 Jul 2002 09:15:20 +0200
- Subject: Re: Problem with man page installation
- References: <20020620110013.GA21418@localhost><87wus7tdnd.fsf@fleche.redhat.com>
>>>>> "Marco" == Marco Kuhlmann <mk@debian.org> writes:
| Marco> %.3: %.pod
| Marco> $(POD2MAN) \
| Marco> --section=3 \
| Marco> --release="btparse, version @PACKAGE_VERSION@" \
| Marco> --center="btparse" \
| Marco> --date="@RELEASE_DATE@" \
| Marco> $< > $@
|
| If this is a popular thing to do, perhaps someone could implement
| direct pod support so we could write:
|
| man_MANS = foo.pod
Help2man support would be most pleasant too. I know, I know... ;)