[svn-r3360] Purpose:
Fix
Description:
Fixed the install-doc command...
Solution:
Purpose:
Fix
Description:
Fixed the install-doc command...
Solution:
Mostly just fixed in the config/conclude.in file, but updated the doc
directories with Makefile.ins and Dependencies so that they'd work.
Platforms tested:
Linux, Solaris
This commit is contained in:
0
doc/html/Tutor/examples/java/Dependencies
Normal file
0
doc/html/Tutor/examples/java/Dependencies
Normal file
22
doc/html/Tutor/examples/java/Makefile.in
Normal file
22
doc/html/Tutor/examples/java/Makefile.in
Normal file
@@ -0,0 +1,22 @@
|
||||
# HDF5 Library Makefile(.in)
|
||||
#
|
||||
# Copyright (C) 2001 National Center for Supercomputing Applications.
|
||||
# All rights reserved.
|
||||
#
|
||||
#
|
||||
top_srcdir=@top_srcdir@
|
||||
top_builddir=../../../../..
|
||||
srcdir=@srcdir@
|
||||
@COMMENCE@
|
||||
|
||||
# Subdirectories in build-order (not including `examples')
|
||||
SUBDIRS=
|
||||
DOCDIR=$(docdir)/hdf5/Tutor/examples
|
||||
|
||||
# Public doc files (to be installed)...
|
||||
PUB_DOCS=
|
||||
|
||||
# Other doc files (not to be installed)...
|
||||
PRIVATE_DOCS=
|
||||
|
||||
@CONCLUDE@
|
||||
Reference in New Issue
Block a user