[svn-r3690] Purpose:

Bug Fix
Description:
    Applied hack from 1.5 branch so that it will install the
    html/Tutor/examples/java directory successfully. The make's in that
    directory were failing because of this.
This commit is contained in:
Bill Wendling
2001-03-22 13:12:31 -05:00
parent f336257bc8
commit 011b427e13

View File

@@ -10,8 +10,9 @@ srcdir=@srcdir@
@COMMENCE@
# Subdirectories in build-order (not including `examples')
SUBDIRS=java
SUBDIRS=
DOCDIR=$(docdir)/hdf5/Tutor/examples
SUBDOCDIR=$(docdir)/hdf5/Tutor/examples/java
# Public doc files (to be installed)...
PUB_DOCS=attrexample.f90 chunk.f90 compound.f90 dsetexample.f90 \
@@ -23,6 +24,8 @@ PUB_DOCS=attrexample.f90 chunk.f90 compound.f90 dsetexample.f90 \
h5_reference.c hyperslab.f90 mountexample.f90 refobjexample.f90 \
refregexample.f90 rwdsetexample.f90 selectele.f90
PUB_SUBDOCS=java/Makefile.in java/Makefile
# Other doc files (not to be installed)...
PRIVATE_DOCS=