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   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to