diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-09-08 13:39:18 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-09-08 13:39:18 (GMT) |
commit | 72a58073cd51996f34906f992a2377073df5bbc0 (patch) | |
tree | 311fdb1448125447ba3d58d9308dc9eaa0135f64 /MANIFEST | |
parent | fbacf0337a5186fae215855fb2b83a37e0666195 (diff) | |
download | hdf5-72a58073cd51996f34906f992a2377073df5bbc0.zip hdf5-72a58073cd51996f34906f992a2377073df5bbc0.tar.gz hdf5-72a58073cd51996f34906f992a2377073df5bbc0.tar.bz2 |
[svn-r672] Changes since 19980904
----------------------
./MANIFEST
./bin/release
./bin/snapshot
The format of the MANIFEST file has been relaxed -- comments
and blank lines should no longer confuse the tools that use
it.
As before, this file should contain a list of *all* files that
are part of HDF5, which means all files which are managed by
CVS/SVF. However, files can be marked so they're not part of
a release by adding _DO_NOT_DISTRIBUTE_ after the file name.
I've removed all the *.obj files from the distribution by
adding _DO_NOT_DISTRIBUTE_ after their names. I also removed
the old white-papers that might not apply to the current
version of the library and documentation about chunking
performance since it's wrong now that chunk caching is
implemented. Everyone please check the files you're
responsible for to make sure that they should really be part
of a release.
To get a list of all files use
grep '^\.' MANIFEST | cut -f1
To get a list of files for distribution use:
grep '^\.' MANIFEST | grep -v _DO_NOT_DISTRIBUTE_
(These commands assume tabs in the MANIFEST file. If the file
might contain spaces then run it through `unexpand' or `tr'
first).
./configure.in
./configure
./src/H5config.h.in
./test/ragged.c
Check for sigaction().
./test/Makefile.in
The `clean' target removes the timing tests.
Diffstat (limited to 'MANIFEST')
0 files changed, 0 insertions, 0 deletions