From owner-cvs-all@FreeBSD.ORG Fri Sep 5 07:55:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 820DD16A4EE; Fri, 5 Sep 2003 07:55:18 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C34844014; Fri, 5 Sep 2003 07:55:16 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id h85EtDak062098; Fri, 5 Sep 2003 16:55:13 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h85EsGhh000625; Fri, 5 Sep 2003 16:54:16 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h85EsDX9000624; Fri, 5 Sep 2003 16:54:13 +0200 (CEST) (envelope-from marc) Date: Fri, 5 Sep 2003 16:54:13 +0200 From: Marc Fonvieille To: Alexey Zelkin Message-ID: <20030905145413.GA564@nosferatu.blackend.org> References: <200308311641.h7VGfaIr061300@repoman.freebsd.org> <20030904222712.GU25063@submonkey.net> <20030905091052.B56205@abigail.blackend.org> <20030905134328.A38709@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030905134328.A38709@phantom.cris.net> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT cc: Ceri Davies cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/releng-packages article.sgml doc/en_US.ISO8859-1/books/arch-handbook/mac chapter.sgml doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml doc/en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml doc/en_US.ISO8859-1/books/handbook/mail chapter.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 14:55:23 -0000 On Fri, Sep 05, 2003 at 01:43:28PM +0300, Alexey Zelkin wrote: > On Fri, Sep 05, 2003 at 09:10:52AM +0200, Marc Fonvieille wrote: > > On Thu, Sep 04, 2003 at 11:27:12PM +0100, Ceri Davies wrote: > > > > > > I think I saw a script posted somewhere that Denis was using to find elements > > > that were not being closed correctly; is it something worth adding to the > > > lint make target? > > > > > > > Maybe, but only if it's not using perl. I mean, I'd prefer an awk > > script or something that does not need the installation of a big > > package. > > I don't see a reason why perl can become problem in this case. Since > 'make lint' is developers only target -- those who would like to use > this feature may install perl manually. Or (I belive) even should not > do anything because they already have it ;-) > Till the day someone would not understand why he can't use it and will add the perl dependency in the docbloatproj port :)) Marc