pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: How to get html, man into .destdir
On Tue, Jul 05, 2022 at 07:29:09AM +0530, Mayuresh wrote:
> Thanks. I went through some examples. They seem to explicitly enumerate
> the man pages in the command. In subject package there are several (close
> to 70) man pages, spread over different sections (.1, .5, .7 etc.). So I'd
> the package's makefile's suitable target should be invoked. How to do
> that?
The following works for me, though not sure if that's a good way.
post-install:
DESTDIR=${DESTDIR} gmake -C ${WRKSRC}/doc install-man
--
Mayuresh
Home |
Main Index |
Thread Index |
Old Index