From owner-freebsd-doc Thu May 10 0:55:56 2001 Delivered-To: freebsd-doc@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 3FC5F37B422; Thu, 10 May 2001 00:55:46 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4A7tP717139; Thu, 10 May 2001 10:55:25 +0300 (EEST) (envelope-from ru) Date: Thu, 10 May 2001 10:55:25 +0300 From: Ruslan Ermilov To: Cyrille Lefevre Cc: freebsd-doc@FreeBSD.org, Garrett Wollman Subject: Re: docs/22333: share/doc/smm/07.lpd building moved in 3.0 ! Message-ID: <20010510105525.A14445@sunbay.com> References: <200105080839.f488dp692478@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from clefevre@poboxes.com on Wed, May 09, 2001 at 07:23:28AM +0200 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 09, 2001 at 07:23:28AM +0200, Cyrille Lefevre wrote: > 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 > > 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