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 | |
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')
-rwxr-xr-x | configure | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -7042,7 +7042,8 @@ ac_given_INSTALL="$INSTALL" trap 'rm -fr `echo "src/libhdf5.settings config/depend config/commence config/conclude \ Makefile src/Makefile pablo/Makefile test/Makefile \ - testpar/Makefile tools/Makefile examples/Makefile src/H5config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 + testpar/Makefile tools/Makefile examples/Makefile \ + doc/Makefile doc/html/Makefile doc/html/Tutor/Makefile src/H5config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -7164,7 +7165,8 @@ cat >> $CONFIG_STATUS <<EOF CONFIG_FILES=\${CONFIG_FILES-"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"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |