From owner-cvs-doc@FreeBSD.ORG Wed Jun 27 19:38:45 2007 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2898C16A421; Wed, 27 Jun 2007 19:38:45 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id 809FD13C4AE; Wed, 27 Jun 2007 19:38:44 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id l5RJPc4j034433; Wed, 27 Jun 2007 21:25:38 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.13.4/8.13.3/Submit) id l5RJPcaT034432; Wed, 27 Jun 2007 21:25:38 +0200 (CEST) (envelope-from marc) Date: Wed, 27 Jun 2007 21:25:38 +0200 From: Marc Fonvieille To: Chin-San Huang Message-ID: <20070627192538.GA34249@abigail.blackend.org> References: <200706271542.l5RFgpJE055143@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706271542.l5RFgpJE055143@repoman.freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.11-STABLE User-Agent: Mutt/1.5.9i Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/es_ES.ISO8859-1/books/handbook Makefile txtfiles.ent doc/es_ES.ISO8859-1/books/handbook/install chapter.sgml doc/fr_FR.ISO8859-1/books/handbook Makefile doc/fr_FR.ISO8859-1/books/handbook/install chapter.sgml doc/it_IT.ISO8859-15/books/handbook Makefile txtfiles.ent ... X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2007 19:38:45 -0000 On Wed, Jun 27, 2007 at 03:42:51PM +0000, Chin-San Huang wrote: > chinsan 2007-06-27 15:42:51 UTC > > FreeBSD doc repository > > Modified files: > es_ES.ISO8859-1/books/handbook Makefile txtfiles.ent > es_ES.ISO8859-1/books/handbook/install chapter.sgml > fr_FR.ISO8859-1/books/handbook Makefile > fr_FR.ISO8859-1/books/handbook/install chapter.sgml > it_IT.ISO8859-15/books/handbook Makefile txtfiles.ent > mn_MN.UTF-8/books/handbook Makefile txtfiles.ent > mn_MN.UTF-8/books/handbook/install chapter.sgml > nl_NL.ISO8859-1/books/handbook Makefile txtfiles.ent > nl_NL.ISO8859-1/books/handbook/install chapter.sgml > pl_PL.ISO8859-2/books/handbook Makefile txtfiles.ent > pl_PL.ISO8859-2/books/handbook/install chapter.sgml > ru_RU.KOI8-R/books/handbook Makefile txtfiles.ent > ru_RU.KOI8-R/books/handbook/install chapter.sgml > zh_CN.GB2312/books/handbook Makefile txtfiles.ent > zh_CN.GB2312/books/handbook/install chapter.sgml > zh_TW.Big5/books/handbook Makefile txtfiles.ent > zh_TW.Big5/books/handbook/install chapter.sgml > Log: > Remove the deprecated item(IMAGES_EN+= install/desktop.scr > install/xf86setup.scr) link of IMAGE_EN to avoid building failure. > > Sorry. I'm sorry but this is not the good way to fix the things. Of course you fixed the build but now you left 8 localized versions in an inconsistent state. You removed the screenshots but the text around has not been updated, I let you imagine the result for the readers. The right way was to wait for the translation teams (with the help or not of a HEADS UP message on doc@) to update their files and then remove the screenshots. So I suggest you to back out these changes. Thanks, -- Marc