diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-10-15 21:37:08 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-10-15 21:37:08 (GMT) |
commit | 80dfcec92c0ac094118cf722497e7b7aea355337 (patch) | |
tree | 12148790fd8b83ab182a0a43bcbf7d41a15ca770 /Makefile.in | |
parent | 6474c9dfdb971b45ca99ea38a6a6d117771cdc57 (diff) | |
download | hdf5-80dfcec92c0ac094118cf722497e7b7aea355337.zip hdf5-80dfcec92c0ac094118cf722497e7b7aea355337.tar.gz hdf5-80dfcec92c0ac094118cf722497e7b7aea355337.tar.bz2 |
[svn-r1765] Makefile.in:
configure.in:
Modified to support install-doc.
configure:
Derived from configure.in via autoconf.
INSTALL_MAINT:
Moved to doc/html/Lib_Maint.html
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 01fb441..86d0c1d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ VPATH=.:@srcdir@ @COMMENCE@ # Subdirectories in build-order (not including `examples') -SUBDIRS=src test tools @TESTPARALLEL@ +SUBDIRS=src test tools doc @TESTPARALLEL@ ############################################################################## ## T A R G E T S |