autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Prepare for release.


From: Eric Blake
Subject: Re: [PATCH] Prepare for release.
Date: Wed, 21 Jul 2010 11:22:37 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Mnenhy/0.8.3 Thunderbird/3.0.5

On 07/21/2010 10:55 AM, Ralf Wildenhues wrote:
>>  echo Making .tar.gz for sources...
>>  d=`dirname $srcfile`
>> -srcfiles=`ls $d/*.texinfo $d/*.texi $d/*.txi $d/*.eps 2>/dev/null` || true
>> +(
>> +cd "$d"
> 
> This invalidates $outdir ...
> 
>> +srcfiles=`ls *.texinfo *.texi *.txi *.eps 2>/dev/null` || true
>>  tar cvzfh $outdir/$PACKAGE.texi.tar.gz $srcfiles
> 
> ... used here, no?

Only if $outdir is relative (which is why I didn't propose this patch to
bug-texinfo).  But in autoconf's case, 'make web-manual' passes an
absolute $outdir, so this patch is minimally invasive, although
admittedly hacky.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]