Date: Tue, 8 May 2001 22:40:03 -0700 (PDT) From: Cyrille Lefevre <clefevre@poboxes.com> To: freebsd-doc@freebsd.org Subject: Re: docs/22333: share/doc/smm/07.lpd building moved in 3.0 ! Message-ID: <200105090540.f495e3R06342@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/22333; it has been noted by GNATS. From: Cyrille Lefevre <clefevre@poboxes.com> To: freebsd-gnats-submit@FreeBSD.org Cc: <ru@FreeBSD.org>, freebsd-doc@FreeBSD.org Subject: Re: docs/22333: share/doc/smm/07.lpd building moved in 3.0 ! Date: 09 May 2001 07:30:19 +0200 <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 ? > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22333 could you reopen this PR ? thanks. Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. 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?200105090540.f495e3R06342>