[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new coreutils snapshot available
From: |
Jim Meyering |
Subject: |
Re: new coreutils snapshot available |
Date: |
Wed, 19 Mar 2008 23:41:14 +0100 |
"Dmitry V. Levin" <address@hidden> wrote:
> On Fri, Mar 07, 2008 at 03:27:19PM +0100, Jim Meyering wrote:
>> There have been over 50 change-sets since the last one, so...
>
> Something odd happened with generated man/Makefile.in file,
> it is no longer going to build and install manpages because all
> corresponding code is absent in the new version:
>
> -all-am: Makefile $(MANS)
> +all-am: Makefile
>
> -install-data-am: install-man
> +install-data-am:
Hi Dmitry,
Thanks for pointing that out.
It may be due to the fact that I generated Makefile.in
using automake built from the very latest version in the
upstream automake.git repository.
I've Cc'd bug-automake, in case that's the problem.
I worked around it yesterday in coreutils with this change:
http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=4b544e447eb7
- Re: new coreutils snapshot available,
Jim Meyering <=