[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:
@@ -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=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user