From owner-svn-doc-head@FreeBSD.ORG Sat Feb 8 01:34:53 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FF12590; Sat, 8 Feb 2014 01:34:53 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F331D1DB1; Sat, 8 Feb 2014 01:34:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s181Yqx2017944; Sat, 8 Feb 2014 01:34:52 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s181YqDM017942; Sat, 8 Feb 2014 01:34:52 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201402080134.s181YqDM017942@svn.freebsd.org> From: Glen Barber Date: Sat, 8 Feb 2014 01:34:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43830 - head/en_US.ISO8859-1/htdocs/donations X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 01:34:53 -0000 Author: gjb Date: Sat Feb 8 01:34:52 2014 New Revision: 43830 URL: http://svnweb.freebsd.org/changeset/doc/43830 Log: Stop building wantlist.html. A followup commit will add a static wantlist.html page for redirection purpose, intended to be removed after a few days. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/donations/Makefile Modified: head/en_US.ISO8859-1/htdocs/donations/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/donations/Makefile Sat Feb 8 01:29:39 2014 (r43829) +++ head/en_US.ISO8859-1/htdocs/donations/Makefile Sat Feb 8 01:34:52 2014 (r43830) @@ -7,6 +7,6 @@ .include "../Makefile.inc" .endif -DOCS= index.xml wantlist.xml donors.xml +DOCS= index.xml donors.xml .include "${DOC_PREFIX}/share/mk/web.site.mk"