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 /configure.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 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f1bab1c..d9866b6 100644 --- a/configure.in +++ b/configure.in @@ -929,7 +929,8 @@ saved_no_create=$no_create no_create=yes AC_OUTPUT(src/libhdf5.settings config/depend config/commence config/conclude \ Makefile src/Makefile pablo/Makefile test/Makefile \ - testpar/Makefile tools/Makefile examples/Makefile) + testpar/Makefile tools/Makefile examples/Makefile \ + doc/Makefile doc/html/Makefile doc/html/Tutor/Makefile) no_create=$saved_no_create # Then the stamp2 file for H5config.h |