From b060a4542afac536d9fb2f7cf29fd45625c278bc Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 8 Mar 2001 18:02:09 -0500 Subject: [svn-r3579] Purpose: Temporary Fix Description: The Makefile in the java/ directory won't work with the current make situation. Solution: Temporarily removed going into the java/ subdirectory until the stuff with the Makefiles can be figured out. Platforms tested: Linux --- doc/html/Tutor/examples/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/html/Tutor/examples/Makefile.in b/doc/html/Tutor/examples/Makefile.in index 1e0070a..2c4463c 100644 --- a/doc/html/Tutor/examples/Makefile.in +++ b/doc/html/Tutor/examples/Makefile.in @@ -10,7 +10,8 @@ srcdir=@srcdir@ @COMMENCE@ # Subdirectories in build-order (not including `examples') -SUBDIRS=java +#SUBDIRS=java +SUBDIRS= DOCDIR=$(docdir)/hdf5/Tutor/examples # Public doc files (to be installed)... -- cgit v0.12