看板 FB_doc 關於我們 聯絡資訊
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) ? :-) Cheers, MAtt. _______________________________________________ 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"