automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with man page installation


From: Alexandre Duret-Lutz
Subject: Re: Problem with man page installation
Date: Tue, 25 Jun 2002 09:58:19 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu)

>>> "Marco" == Marco Kuhlmann <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]