diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-06 18:40:15 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-06 18:40:15 (GMT) |
commit | 285e90a6a08d6ac21912d700690f769d465ca137 (patch) | |
tree | 2a81dee9790638b5ac8e41d4e767d888ecf5b92a /RELEASE.txt | |
parent | 637d7f4ce1a4a5857be7cadd6924238732f75245 (diff) | |
download | hdf5-285e90a6a08d6ac21912d700690f769d465ca137.zip hdf5-285e90a6a08d6ac21912d700690f769d465ca137.tar.gz hdf5-285e90a6a08d6ac21912d700690f769d465ca137.tar.bz2 |
[svn-r3370] Purpose:
Documentation
Description:
Documented the ``install-doc'' option addition/fix.
Platforms tested:
PDP-10
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 9a1005e..c30b39c 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -61,6 +61,10 @@ New Features * Added a new array datatype to the datatypes which can be created. Removed "array fields" from compound datatypes (use an array datatype instead). * Parallel HDF5 works correctly with mpich-1.2.1 on Solaris, SGI, Linux. + * You can now install the HDF5 documentation using the + ``make install-doc'' command. The documentation is installed in the + $(prefix)/doc directory where $(prefix) is the prefix specified by + the (optional) ``--prefix'' flag during configuration. h4toh5 Utility ============== |