This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: `make install` should install the info files in java
>>>>> "Alex" == Alexandre Petit-Bianco <apbianco@cygnus.com> writes:
Alex> Right. I don't see anything abnormal in fastjar's Makefile.am,
Alex> read, I don't understand why it doesn't create a (void)
Alex> install-info target.
Historically automake only made this target when requested (eg by
`cygnus' mode). Maybe that was a mistake, I don't know.
Alex> Do we need to write a fastjar.texi? I can do that -- it's
Alex> probably a good idea anyways.
Right now we install fastjar. However, I don't think we should.
We really should only use it when building.
Tom