On Thu, 24 Jan 2008 17:52:23 +1030
Matthew May <mdmay74@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
_______________________________________________
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"