This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: fix PR 23498
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 22 Aug 2005 13:57:05 -0600
- Subject: Patch: FYI: fix PR 23498
- Reply-to: tromey at redhat dot com
I'm checking this in.
We don't want to install Classpath's info files. It seems appropriate
to maintain a small divergence here for our special need. This is PR
23498.
Tom
Index: ChangeLog.gcj
from Tom Tromey <tromey@redhat.com>
PR libgcj/23498:
* doc/Makefile.am (info_TEXINFOS): Commented out.
* doc/Makefile.in: Rebuilt.
Index: doc/Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/classpath/doc/Makefile.am,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile.am
--- doc/Makefile.am 16 Jul 2005 00:30:55 -0000 1.1.1.1
+++ doc/Makefile.am 22 Aug 2005 19:13:01 -0000
@@ -2,7 +2,8 @@
EXTRA_DIST = README.jaxp
-info_TEXINFOS = hacking.texinfo vmintegration.texinfo
+## GCJ LOCAL: we don't want to install Classpath's info files.
+## info_TEXINFOS = hacking.texinfo vmintegration.texinfo
%.dvi : %.texinfo
texi2dvi $<