docs/118261: [patch] Base NTP: NO_NTP support + NO_SHAREDOCS applies to NTP's HTMLs

Tom Rhodes trhodes at FreeBSD.org
Thu Jan 24 08:02:57 UTC 2008


On Thu, 24 Jan 2008 17:52:23 +1030
Matthew May <mdmay74 at internode.on.net> wrote:

> 
> Tom Rhodes wrote:
> ...
> >  wraps the share docs into NO_SHAREDOCS.  The only issues I
> >  think the only other changes to this patch would probably be
> >  to not enter the docs directory at all if both NO_SHAREDOCS
> >  and NO_MAN are set.  This could be done with a different change
> >  to the Makefile if:
> >  
> >  .if !defined(NO_SHAREDOCS) && !defined(NO_MAN)
> >  subdir+=	doc
> >  .endif
> 
> I may be wrong, but wouldn't that be:
>    .if !defined(NO_SHAREDOCS) || !defined(NO_MAN)
> ?  :-)

No, you're right.  In fact, my patch is actually wrong.  The
NO_HTML option exists on RELENG_6 so I'm going to use that.

I'll also remove NO_MAN from the Makefile as it's handled
by bsd.prog.mk.  :)

-- 
Tom Rhodes



More information about the freebsd-doc mailing list