This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with man page installation


>>> "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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]