Date: Thu, 9 Aug 2001 10:07:28 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Dima Dorfman <dd@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/doc/usd Makefile Message-ID: <20010809100728.D91485@sunbay.com> In-Reply-To: <200108090659.f796xGv99121@freefall.freebsd.org>; from dd@FreeBSD.org on Wed, Aug 08, 2001 at 11:59:16PM -0700 References: <200108090659.f796xGv99121@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
How about the following additionally?
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/share/man/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile 1999/08/28 00:19:37 1.11
+++ Makefile 2001/08/09 07:08:44
@@ -2,7 +2,11 @@
# $FreeBSD: src/share/man/Makefile,v 1.11 1999/08/28 00:19:37 peter Exp $
# XXX MISSING: man3f
-SUBDIR= man1 man3 man4 man5 man6 man7 man8 man9
+SUBDIR= man1 man3 man4 man5 man7 man8 man9
+
+.if !defined(NOGAMES)
+SUBDIR+=man6
+.endif
makedb:
makewhatis ${DESTDIR}${BINDIR}/man
On Wed, Aug 08, 2001 at 11:59:16PM -0700, Dima Dorfman wrote:
> dd 2001/08/08 23:59:16 PDT
>
> Modified files:
> share/doc/usd Makefile
> Log:
> Don't build/install game-related documents when building with NOGAMES.
> This fixes buildworld when src/games doesn't exist (this may not be
> "officially" supported, but there's no sense in making it harder for
> somebody that wants to do it).
>
> PR: 29162
> Submitted by: Stewart Morgan <stewart@nameless-uk.com>
>
> Revision Changes Path
> 1.9 +6 -2 src/share/doc/usd/Makefile
--
Ruslan Ermilov Oracle Developer/DBA,
ru@sunbay.com Sunbay Software AG,
ru@FreeBSD.org FreeBSD committer,
+380.652.512.251 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010809100728.D91485>
