This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Removal of the texinfo directory


At 15:12 23.08.00, Philipp Thomas wrote:
>All my tests so far show that the texinfo directory can be removed as the
>makefiles do handle it. The only remaining issue is the installation of the
>supplied info files.
>
>The current status is, that if configure doesn't find a suitable makeinfo,
>it'll disable building *and* installation of the info files. I remember
>Richard saying that the info docs should allways be installed. The change to
>configure.in to do so would be trivial as the install-info target installs
>the info docs via INSTALL_DATA and only calls the install-info prog after
>verifying that it's the correct one.
>
>But I don't know the issues involved when trying to view info docs generated
>by a new version of makeinfo with an outdated info prog. Does that work?
>
>If yes, I would make the necessary change to configure.in and remove the
>texinfo directory from CVS.

So the removal finally will happen? :-)

While you are at it, could be please make sure the info files are no longer 
built during stage1? IMHO it doesn't belong in a stage sub-make, but in the 
main make. Symptom is that MAKEINFO and MAKEINFOFLAGS don't have an effect 
on the info file generation.

Franz.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]