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