From owner-svn-doc-all@freebsd.org Tue Jul 3 17:11:02 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 809DF1032E48; Tue, 3 Jul 2018 17:11:02 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3514C8C7E7; Tue, 3 Jul 2018 17:11:02 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17D4D1EEDE; Tue, 3 Jul 2018 17:11:02 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w63HB1oi082783; Tue, 3 Jul 2018 17:11:01 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w63HB1dK082782; Tue, 3 Jul 2018 17:11:01 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <201807031711.w63HB1dK082782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Tue, 3 Jul 2018 17:11:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51953 - in head/zh_CN.UTF-8/htdocs: . platforms platforms/amd64 X-SVN-Group: doc-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: in head/zh_CN.UTF-8/htdocs: . platforms platforms/amd64 X-SVN-Commit-Revision: 51953 X-SVN-Commit-Repository: doc 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.27 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, 03 Jul 2018 17:11:02 -0000 Author: ygy Date: Tue Jul 3 17:11:01 2018 New Revision: 51953 URL: https://svnweb.freebsd.org/changeset/doc/51953 Log: Delete deprecated files in zh_CN. Reviewed by: loader (mentor), delphij (mentor) Approved by: loader (mentor), delphij (mentor) Differential Revision: https://reviews.freebsd.org/D16072 Deleted: head/zh_CN.UTF-8/htdocs/availability.xml head/zh_CN.UTF-8/htdocs/developers.xml head/zh_CN.UTF-8/htdocs/internet.xml head/zh_CN.UTF-8/htdocs/platforms/amd64/Makefile head/zh_CN.UTF-8/htdocs/platforms/amd64/motherboards.xml Modified: head/zh_CN.UTF-8/htdocs/Makefile head/zh_CN.UTF-8/htdocs/platforms/Makefile Modified: head/zh_CN.UTF-8/htdocs/Makefile ============================================================================== --- head/zh_CN.UTF-8/htdocs/Makefile Tue Jul 3 09:01:09 2018 (r51952) +++ head/zh_CN.UTF-8/htdocs/Makefile Tue Jul 3 17:11:01 2018 (r51953) @@ -13,10 +13,8 @@ DOCS= about.xml DOCS+= applications.xml DOCS+= art.xml -DOCS+= availability.xml DOCS+= docs.xml DOCS+= features.xml -DOCS+= internet.xml DOCS+= logo.xml DOCS+= mailto.xml # DOCS+= publish.xml Modified: head/zh_CN.UTF-8/htdocs/platforms/Makefile ============================================================================== --- head/zh_CN.UTF-8/htdocs/platforms/Makefile Tue Jul 3 09:01:09 2018 (r51952) +++ head/zh_CN.UTF-8/htdocs/platforms/Makefile Tue Jul 3 17:11:01 2018 (r51953) @@ -21,7 +21,6 @@ DOCS+= index.xml #DOCS+= sparc.xml #DOCS+= xbox.xml -SUBDIR= amd64 #SUBDIR+=ia64 .include "${DOC_PREFIX}/share/mk/web.site.mk"