From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28926 invoked by alias); 31 Mar 2006 03:08:12 -0000 Received: (qmail 28917 invoked by uid 22791); 31 Mar 2006 03:08:12 -0000 X-Spam-Check-By: sourceware.org Received: from ausmtp04.au.ibm.com (HELO ausmtp04.au.ibm.com) (202.81.18.152) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 31 Mar 2006 03:08:10 +0000 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp04.au.ibm.com (8.13.6/8.13.5) with ESMTP id k2V3GmdI188044 for ; Fri, 31 Mar 2006 14:16:48 +1100 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.250.243]) by sd0208e0.au.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k2V3BPnx243826 for ; Fri, 31 Mar 2006 14:11:25 +1100 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.12.11/8.13.3) with ESMTP id k2V386bU005328 for ; Fri, 31 Mar 2006 13:08:06 +1000 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.190.163.12]) by d23av02.au.ibm.com (8.12.11/8.12.11) with ESMTP id k2V385bV005319 for ; Fri, 31 Mar 2006 13:08:06 +1000 Received: by ozlabs.au.ibm.com (Postfix, from userid 1017) id 3476F73724; Fri, 31 Mar 2006 14:09:04 +1100 (EST) Date: Fri, 31 Mar 2006 05:46:00 -0000 From: Ben Elliston To: binutils@sourceware.org Subject: PATCH: remove contrib directory? Message-ID: <20060331030904.GA32473@ozlabs.au.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00368.txt.bz2 The top-level contrib/ directory contains two files: ChangeLog (only one entry, for ..) texi2pod.pl The version of texi2pod.pl in this directory is stale. I thought to update it, but realised that etc/texi2pod.pl is the one that is used. contrib/texi2pod.pl is the original FSF master version, which is also in CVS as an earlier revision of etc/texi2pod.pl. So, how about we just delete these two files? Cheers, Ben