texinfo

Ian Lance Taylor ian@cygnus.com
Fri Apr 10 12:23:00 GMT 1998


   Date: Fri, 10 Apr 1998 01:39:15 -0600
   From: Jeffrey A Law <law@cygnus.com>

   Is anyone familiar enough with automake to help me install a
   default rule to disable installation in the texinfo tree?

Where you see
    bin_PROGRAMS
change it to
    noinst_PROGRAMS
In some cases, there is already a noinst_PROGRAMS, in which case you
should just move the contents of bin_PROGRAMS to noinst_PROGRAMS, and
remove the old bin_PROGRAMS assignment.

Both of these are just make variables.

If anything other than programs are installed, similar changes are
needed: change the lib_* or whatever line to be noinst_* instead.

Ian



More information about the Gcc mailing list