Skip site navigation (1)Skip section navigation (2)
Date:      09 May 2001 07:23:28 +0200
From:      Cyrille Lefevre <clefevre@poboxes.com>
To:        <ru@FreeBSD.org>
Cc:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/22333: share/doc/smm/07.lpd building moved in 3.0 !
Message-ID:  <r8xzccz3.fsf@gits.dyndns.org>
In-Reply-To: <200105080839.f488dp692478@freefall.freebsd.org>
References:  <200105080839.f488dp692478@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
<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

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?r8xzccz3.fsf>