Patch: FYI: fix PR 23498

Tom Tromey tromey@redhat.com
Mon Aug 22 20:02:00 GMT 2005


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 $<



More information about the Java-patches mailing list