From owner-freebsd-doc Thu Mar 7 10:40:37 2002 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA01E37B42B for ; Thu, 7 Mar 2002 10:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g27Ie2s57724; Thu, 7 Mar 2002 10:40:02 -0800 (PST) (envelope-from gnats) Date: Thu, 7 Mar 2002 10:40:02 -0800 (PST) Message-Id: <200203071840.g27Ie2s57724@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: "Bruce A. Mah" Subject: Re: docs/35620: make release fails in documentation for RELEASETAG=RELENG_4_5 as of Feb 28th Reply-To: "Bruce A. Mah" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/35620; it has been noted by GNATS. From: "Bruce A. Mah" To: Adrian Steinmann Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: docs/35620: make release fails in documentation for RELEASETAG=RELENG_4_5 as of Feb 28th Date: Thu, 07 Mar 2002 10:38:26 -0800 If memory serves me right, Adrian Steinmann wrote: > It seems that as of Feb 27th the > src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml file > contains tags which causes make release on the RELENG_4_5 > branch to fail because that tag is not defined. Support for was removed, for reasons that are too long to go into here (the discussion is in the doc@ archive). As a work around, you can try building your release like this: make release RELEASETAG=RELENG_4_5 DOCRELEASETAG=RELEASE_4_5_0 ... This will use a slightly older version of the doc/ tree that still supports the tag. This means that if you build the Handbook, FAQ, or other FDP documents as a part of your release, they'll have the older content as well. FYI: Nobody updates the release notes on the security fix branches. They remain frozen with the contents that they had at the time the corresponding release was tagged. src/UPDATING contains patchlevel information for security fix branches. It'd be nice if this "just worked", but I'm opposed to messing around with the release documentation on the security fix branches just to fix this. Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message