"Dmitry V. Levin" <[EMAIL PROTECTED]> 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
