summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-03-08 23:02:09 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-03-08 23:02:09 (GMT)
commitb060a4542afac536d9fb2f7cf29fd45625c278bc (patch)
tree8f3c587b4a8bb0691d4b77842c25f9150e1eba83 /doc
parentf9ea3ed89b1b2018bbcfe2cfcc4068a98de57bb5 (diff)
downloadhdf5-b060a4542afac536d9fb2f7cf29fd45625c278bc.zip
hdf5-b060a4542afac536d9fb2f7cf29fd45625c278bc.tar.gz
hdf5-b060a4542afac536d9fb2f7cf29fd45625c278bc.tar.bz2
[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
Diffstat (limited to 'doc')
-rw-r--r--doc/html/Tutor/examples/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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)...