From owner-svn-doc-head@freebsd.org Wed Jul 25 03:52:04 2018 Return-Path: Delivered-To: svn-doc-head@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 DAF67103D03E; Wed, 25 Jul 2018 03:52:04 +0000 (UTC) (envelope-from eadler@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 90F878DE57; Wed, 25 Jul 2018 03:52:04 +0000 (UTC) (envelope-from eadler@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 738601510E; Wed, 25 Jul 2018 03:52:04 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6P3q4Sb089061; Wed, 25 Jul 2018 03:52:04 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6P3q4et089060; Wed, 25 Jul 2018 03:52:04 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201807250352.w6P3q4et089060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Wed, 25 Jul 2018 03:52:04 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52058 - in head: . no_NO.ISO8859-1 sr_YU.ISO8859-2 X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: in head: . no_NO.ISO8859-1 sr_YU.ISO8859-2 X-SVN-Commit-Revision: 52058 X-SVN-Commit-Repository: doc 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.27 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: Wed, 25 Jul 2018 03:52:05 -0000 Author: eadler Date: Wed Jul 25 03:52:04 2018 New Revision: 52058 URL: https://svnweb.freebsd.org/changeset/doc/52058 Log: doc: remove old translations For no_NO.ISO8859-1: The Last Changed Date of no_NO was on 2013-11-07 16:37:11 +0000 (Thu, 07 Nov 2013). Of all the file, only the handbook has any translations of which there are only basics/chapter.xml, bibliography/chapter.xml, and install/chapter.xml. The latter of which still documents sysinstall. I also can't seem to find any reference to the files here: https://download.freebsd.org/ftp/doc/. For sr_YU.ISO8859-2: no content in-tree at all. Discussed with: blackend Deleted: head/no_NO.ISO8859-1/ head/sr_YU.ISO8859-2/ Modified: head/Makefile Modified: head/Makefile ============================================================================== --- head/Makefile Wed Jul 25 03:38:19 2018 (r52057) +++ head/Makefile Wed Jul 25 03:52:04 2018 (r52058) @@ -26,7 +26,6 @@ SUBDIR+= nl_NL.ISO8859-1 SUBDIR+= pl_PL.ISO8859-2 SUBDIR+= pt_BR.ISO8859-1 SUBDIR+= ru_RU.KOI8-R -SUBDIR+= sr_YU.ISO8859-2 SUBDIR+= tr_TR.ISO8859-9 SUBDIR+= zh_CN.UTF-8 SUBDIR+= zh_TW.UTF-8