Date: Mon, 02 Oct 2000 18:53:53 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> 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 Message-ID: <7m3dif36xa.wl@waterblue.imgsrc.co.jp> In-Reply-To: In your message of "Mon, 2 Oct 2000 11:25:03 %2B0200" <20001002112502.A35297@mithrandr.moria.org> References: <200009300021.RAA53546@freefall.freebsd.org> <7m4s2v39re.wl@waterblue.imgsrc.co.jp> <20001002112502.A35297@mithrandr.moria.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At 2 Oct 2000 09:25:22 GMT, Neil Blakey-Milner <nbm@mithrandr.moria.org> 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 <bsd.obj.mk> -- Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. <kuriyama@FreeBSD.org> // FreeBSD Project 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?7m3dif36xa.wl>