It seems that the tool text help files (built-in help system) was not
copied to the source folder during installation. The path fixes this
minor problem.
2006-02-08 Audrius Meskauskas <[EMAIL PROTECTED]>
*tools/Makefile.am (ALL_TOOLS_FILES): Add $(TOOLS_HELPS).
Index: Makefile.am
===================================================================
RCS file: /sources/classpath/classpath/tools/Makefile.am,v
retrieving revision 1.2
diff -u -r1.2 Makefile.am
--- Makefile.am 8 Feb 2006 12:14:05 -0000 1.2
+++ Makefile.am 8 Feb 2006 12:30:53 -0000
@@ -37,7 +37,7 @@
READMES = $(srcdir)/gnu/classpath/tools/giop/README
# All the files we find "interesting"
-ALL_TOOLS_FILES = $(TOOLS_JAVA_FILES) $(TOOLS_TEMPLATES) $(READMES)
+ALL_TOOLS_FILES = $(TOOLS_JAVA_FILES) $(TOOLS_TEMPLATES) $(TOOLS_HELPS) $(READMES)
# Some architecture independent data to be installed.
TOOLS_DATA = $(TOOLS_ZIP)