From owner-svn-doc-all@FreeBSD.ORG Fri Apr 3 19:17:00 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B43E12AC; Fri, 3 Apr 2015 19:17:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9ED4A6CD; Fri, 3 Apr 2015 19:17:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t33JH0kU033600; Fri, 3 Apr 2015 19:17:00 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t33JH0SZ033599; Fri, 3 Apr 2015 19:17:00 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201504031917.t33JH0SZ033599@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Fri, 3 Apr 2015 19:17:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46456 - in head/en_US.ISO8859-1/htdocs: . handbook 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.18-1 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: Fri, 03 Apr 2015 19:17:00 -0000 Author: eadler Date: Fri Apr 3 19:16:59 2015 New Revision: 46456 URL: https://svnweb.freebsd.org/changeset/doc/46456 Log: htdocs/handbook: remove legacy redirect /handbook/ is handled by a higher layer redirect. It is not actually possible to reach the index.html page Deleted: head/en_US.ISO8859-1/htdocs/handbook/ Modified: head/en_US.ISO8859-1/htdocs/Makefile Modified: head/en_US.ISO8859-1/htdocs/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/Makefile Fri Apr 3 19:11:54 2015 (r46455) +++ head/en_US.ISO8859-1/htdocs/Makefile Fri Apr 3 19:16:59 2015 (r46456) @@ -56,7 +56,6 @@ SUBDIR+= docs SUBDIR+= donations SUBDIR+= events SUBDIR+= gnome -SUBDIR+= handbook SUBDIR+= internal SUBDIR+= ipv6 SUBDIR+= java