From owner-cvs-all@FreeBSD.ORG Fri Nov 10 16:52:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CC1F16A403; Fri, 10 Nov 2006 16:52:56 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC3F43D77; Fri, 10 Nov 2006 16:52:51 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAAGqmat068345; Fri, 10 Nov 2006 16:52:48 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAAGqm24068344; Fri, 10 Nov 2006 16:52:48 GMT (envelope-from bmah) Message-Id: <200611101652.kAAGqm24068344@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 10 Nov 2006 16:52:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Nov 2006 16:52:56 -0000 bmah 2006-11-10 16:52:48 UTC FreeBSD doc repository Modified files: release Makefile Log: Build release documentation if MAKE_RELNOTES is defined. RELNOTESTAG specifies a CVS tag to use for checking out release documeentation. Complain if CVSROOT or DOCROOTDIR aren't defined. Move all the original doc stuff into a doc/ subdirectory in the FTP and ISO staging areas, to avoid further cluttering of the top-level directories. Revision Changes Path 1.9 +45 -3 doc/release/Makefile