From owner-svn-doc-all@FreeBSD.ORG Tue Jan 22 01:34:35 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 11838337; Tue, 22 Jan 2013 01:34:35 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F188CB60; Tue, 22 Jan 2013 01:34:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0M1YY9P041251; Tue, 22 Jan 2013 01:34:34 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0M1YYwP041250; Tue, 22 Jan 2013 01:34:34 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201301220134.r0M1YYwP041250@svn.freebsd.org> From: Glen Barber Date: Tue, 22 Jan 2013 01:34:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40713 - head/en_US.ISO8859-1/htdocs/doc X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 01:34:35 -0000 Author: gjb Date: Tue Jan 22 01:34:34 2013 New Revision: 40713 URL: http://svnweb.freebsd.org/changeset/doc/40713 Log: Remove a bogus comment about a separate www/ tree. Modified: head/en_US.ISO8859-1/htdocs/doc/Makefile Modified: head/en_US.ISO8859-1/htdocs/doc/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/doc/Makefile Mon Jan 21 23:27:12 2013 (r40712) +++ head/en_US.ISO8859-1/htdocs/doc/Makefile Tue Jan 22 01:34:34 2013 (r40713) @@ -1,13 +1,9 @@ # # $FreeBSD$ # -# Build the FreeBSD documentation *outside* of the www tree, and install it +# Build the FreeBSD documentation *outside* of the doc/ tree, and install it # in to the right place as necessary. # -# This assumes that you have the www/ and doc/ trees checked out beside -# one another -- this was always the case anyway, so there are no extra -# requirements here. -# .if exists(../Makefile.conf) .include "../Makefile.conf"