Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2001 10:55:25 +0300
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        Cyrille Lefevre <clefevre@poboxes.com>
Cc:        freebsd-doc@FreeBSD.org, Garrett Wollman <wollman@FreeBSD.org>
Subject:   Re: docs/22333: share/doc/smm/07.lpd building moved in 3.0 !
Message-ID:  <20010510105525.A14445@sunbay.com>
In-Reply-To: <r8xzccz3.fsf@gits.dyndns.org>; from clefevre@poboxes.com on Wed, May 09, 2001 at 07:23:28AM %2B0200
References:  <200105080839.f488dp692478@freefall.freebsd.org> <r8xzccz3.fsf@gits.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 09, 2001 at 07:23:28AM +0200, Cyrille Lefevre wrote:
> <ru@FreeBSD.org> writes:
> 
> > Synopsis: share/doc/smm/07.lpd building moved in 3.0 !
> > 
> > State-Changed-From-To: open->closed
> > State-Changed-By: ru
> > State-Changed-When: Tue May 8 01:37:08 PDT 2001
> > State-Changed-Why: 
> > The building of lpr(1) stuff, including SMM documents,
> > is now controlled by the NO_LPR make(1) variable.
> 
> well, in that case, it is more accurate to do something like this :
> 
> Index: /usr/src/share/doc/smm/Makefile
> ===================================================================
> RCS file: /home/ncvs/src/share/doc/smm/Makefile,v
> retrieving revision 1.14.2.1
> diff -u -r1.14.2.1 Makefile
> --- /usr/src/share/doc/smm/Makefile	2000/08/27 17:31:41	1.14.2.1
> +++ /usr/src/share/doc/smm/Makefile	2001/05/09 05:19:49
> @@ -8,11 +8,12 @@
>  # 13.amd (documentation is TeXinfo)
>  # 16.security 17.password (encumbered)
>  
> -# The following modules are built with their programs:
> -# 07.lpd
> -
>  SUBDIR=	title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \
>  	06.nfs 08.sendmailop 10.named 11.timedop \
>  	12.timed 18.net
> +
> +.if !defined(NO_LPR)
> +SUBDIR+=       07.lpd
> +.endif
>  
>  .include <bsd.subdir.mk>
> 
> than building SMM.doc from usr.sbin/lpr, no ?
> 
Hmm, I don't have a strong feeling about that actually.

Some docs are only meaningful is their sources are also built, like
07.lpd and 08.sendmailop.  OTOH, the whole building of share/doc is
controlled by the NO_SHAREDOCS make(1) knob, and 07.lpd is obviously
the exception then.

Let's hear what Garrett thought about that originally...


Cheers,
-- 
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 freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010510105525.A14445>