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> %.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

Help2man support would be most pleasant too.  I know, I know... ;)


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