From owner-freebsd-stable Tue Jul 22 06:11:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA26937 for stable-outgoing; Tue, 22 Jul 1997 06:11:37 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA26932 for ; Tue, 22 Jul 1997 06:11:34 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id IAA27961; Tue, 22 Jul 1997 08:11:25 -0500 (EST) Date: Tue, 22 Jul 1997 08:11:25 -0500 (EST) From: John Fieber To: Simon Shapiro cc: freebsd-stable@FreeBSD.ORG Subject: Re: Make Release in RELENG_2_2 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 21 Jul 1997, Simon Shapiro wrote: > Make release on cvs as of last night, produces: > > chflags -R noschg /R/stage/trees > touch release.2 > cd /usr/doc && make all distribute DISTDIR=/R/stage/trees > ===> FAQ > sgmlfmt -f html /usr/doc/FAQ/FAQ.sgml > sgmlfmt: not found The FAQ, handbook and associated tools are no longer in the src tree. See ports/textproc for the tools and the new top level cvs collection of doc for the handbook and FAQ. As far as the make release breakage, I'll check into it. -john