Re: NOPORTDOCS and man/info pages

2007-10-14 Thread Chess Griffin
* Andrew Pantyukhin <[EMAIL PROTECTED]> [2007-10-13 12:28:10]: > > > So, my questions are: > > > > Is the above handling of the man and info pages correct? It seems the > > answer is no, but just thought I would check. > > Not really, but I guess there may be some special cases that > warrant

Re: NOPORTDOCS and man/info pages

2007-10-13 Thread Andrew Pantyukhin
On Fri, Oct 12, 2007 at 09:54:36AM -0400, Chess Griffin wrote: > Hello- > I am working on some small cleanup patches to a couple port Makefiles > and had a few questions on how to handle man/info pages. > > I have come across a couple Makefiles that have something like this in > post-install: >

NOPORTDOCS and man/info pages

2007-10-12 Thread Chess Griffin
Hello- I am working on some small cleanup patches to a couple port Makefiles and had a few questions on how to handle man/info pages. I have come across a couple Makefiles that have something like this in post-install: .if defined(NOPORTDOCS) ... .else MAN1= portname.1 INFO= portname .endif

NOPORTDOCS and man/info pages

2007-10-12 Thread Chess Griffin
Hello- I am working on some small cleanup patches to a couple port Makefiles and had a few questions on how to handle man/info pages. I have come across a couple Makefiles that have something like this in post-install: .if defined(NOPORTDOCS) ... .else MAN1= portname.1 INFO= portname .endif