This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Problem with man page installation
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: Marco Kuhlmann <mk at debian dot org>
- Cc: automake at gnu dot org
- Date: Tue, 25 Jun 2002 09:58:19 +0200
- Subject: Re: Problem with man page installation
- References: <20020620110013.GA21418@localhost>
>>> "Marco" == Marco Kuhlmann <mk@debian.org> writes:
[...]
Marco> man_MANS = $(patsubst %.pod,%.3,$(pod_files))
Automake won't understand this.
Try
man_MANS = $(pod_files:.pod=.3)
Marco> %.3: %.pod
.pod.3:
--
Alexandre Duret-Lutz