Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2000 18:26:34 +0100
From:      Ben Smithurst <ben@FreeBSD.org>
To:        Nik Clayton <nik@freebsd.org>
Cc:        "Jordan K. Hubbard" <jkh@zippy.osd.bsdi.com>, freebsd-doc@freebsd.org
Subject:   Re: docs/19818: /usr/share/man/man8/sysinstall.8 missing
Message-ID:  <20000723182634.W64132@strontium.scientia.demon.co.uk>
In-Reply-To: <20000722031322.I2302@kilt.nothing-going-on.org>
References:  <200007110720.AAA82411@freefall.freebsd.org> <20000722031322.I2302@kilt.nothing-going-on.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Nik Clayton wrote:

> --- Makefile	2000/05/04 17:36:28	1.16
> +++ Makefile	2000/07/22 02:58:05
> @@ -19,4 +19,11 @@
>  maninstall:: _SUBDIR
>  .endif
>  
> +.if exists(${.CURDIR}/../../../release/sysinstall/sysinstall.8)
> +sysinstall.8:
> +	cp ${.CURDIR}/../../../release/sysinstall/sysinstall.8 ${.CURDIR}
> +
> +MAN8+=	sysinstall.8
> +.endif
> +
>  .include <bsd.prog.mk>
> ===================================================================
> 
> Completely untested. . .

I don't think that would work for a read-only /usr/src.

-- 
Ben Smithurst                 / ben@FreeBSD.org / PGP: 0x99392F7D
FreeBSD Documentation 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?20000723182634.W64132>