diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-01-29 16:31:24 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-01-29 16:31:24 (GMT) |
commit | 5761b90f63b5f3d69e914cfbe7a4619cce9bfc4b (patch) | |
tree | 2bc94a947962c448f2d70f8489e054c478d69819 /MANIFEST | |
parent | cf52ce8fc45d7010e6fc21dbdee5d5b2e33dc2ce (diff) | |
download | hdf5-5761b90f63b5f3d69e914cfbe7a4619cce9bfc4b.zip hdf5-5761b90f63b5f3d69e914cfbe7a4619cce9bfc4b.tar.gz hdf5-5761b90f63b5f3d69e914cfbe7a4619cce9bfc4b.tar.bz2 |
[svn-r196] Changes since 19980128
----------------------
./MANIFEST
Added new files.
./bin/Makefile.dist [NEW]
This file becomes the default top-level Makefile which invokes
configure with no arguments and then re-runs make. It's for
those people that don't read the INSTALL file.
./bin/release [NEW]
Build HDF release tarballs. Arguments are a list of tarball
types and are: tar, compress, gzip, or bzip2. The default is
gzip. If the only argument is `all' then all types of tarballs
are created. The results are put in the `releases' directory.
Make sure you keep MANIFEST up to date. This program requires
perl-5.003 or better.
./src/H5AC.c
Fixed a printf format.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,7 @@ ./configure ./INSTALL ./INSTALL_MAINT +./Makefile.dist ./Makefile.in ./MANIFEST ./bin/checkposix @@ -9,6 +10,7 @@ ./bin/config.sub ./bin/errors ./bin/install-sh +./bin/release ./config/commence.in ./config/conclude.in ./config/depend.in |