From owner-freebsd-doc Mon Oct 2 2:54:23 2000 Delivered-To: freebsd-doc@freebsd.org Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [210.226.20.160]) by hub.freebsd.org (Postfix) with ESMTP id A322537B503 for ; Mon, 2 Oct 2000 02:54:20 -0700 (PDT) Received: from waterblue.imgsrc.co.jp (localhost [127.0.0.1]) by waterblue.imgsrc.co.jp (8.11.0/8.11.0) with ESMTP id e929rrG30980; Mon, 2 Oct 2000 18:53:54 +0900 (JST) Date: Mon, 02 Oct 2000 18:53:53 +0900 Message-ID: <7m3dif36xa.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: nbm@mithrandr.moria.org Cc: freebsd-doc@FreeBSD.org Subject: Re: cvs commit: www Makefile www/en Makefile web.mk www/en/commercial Makefile gencommercial.pl www/en/gallery Makefile www/en/ports Makefile Makefile.inc0 portindex www/en/search Makefile www/en/tutorials Makefile In-Reply-To: In your message of "Mon, 2 Oct 2000 11:25:03 +0200" <20001002112502.A35297@mithrandr.moria.org> References: <200009300021.RAA53546@freefall.freebsd.org> <7m4s2v39re.wl@waterblue.imgsrc.co.jp> <20001002112502.A35297@mithrandr.moria.org> User-Agent: Wanderlust/1.1.1 (Purple Rain) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 2 Oct 2000 09:25:22 GMT, Neil Blakey-Milner wrote: > It should be obj-clean - I made sure of that end of last year. Excellent! Should we apply this patch? Index: Makefile =================================================================== RCS file: /home/ncvs/www/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 2000/09/30 00:21:38 1.14 +++ Makefile 2000/10/02 09:51:02 @@ -54,6 +54,10 @@ ../doc/en_US.ISO_8859-1/includes.sgml: cd ../doc/en_US.ISO_8859-1; ln -sf ${.CURDIR}/en/includes.sgml + +.if make(obj) +SUBDIR+= ../doc +.endif .endif .include -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message