On Wed, Feb 16, 2005 at 11:09:56AM -0600, Tim Mooney wrote: > > I haven't looked into why yet, but automake 1.9.5 doesn't install its info > files when doing a `make install'. automake 1.9.4 and earlier did. > > If I do > > make install > cd doc && make install > > the info files are installed as expected.
Could you post the full output of these two commands? This release installs its info files in PREFIX/share/info instead of PREFIX/info as in older releases. Would it be possible that you were confused by this change and though "make install" didn't install info files?
