>>> "Marco" == Marco Kuhlmann <[EMAIL PROTECTED]> 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
>>> "Marco" == Marco Kuhlmann <[EMAIL PROTECTED]> 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