diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2006-02-28 18:11:10 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2006-02-28 18:11:10 (GMT) |
commit | 9d7b7612c2e83f92eee6da92f0a937f2c8abe7c7 (patch) | |
tree | 246ab498a0d2b071f1b4ac2ac6684b36758942f9 /bin/snapshot | |
parent | e49590a6d9192271f72959e1582f1bf243ab6998 (diff) | |
download | hdf5-9d7b7612c2e83f92eee6da92f0a937f2c8abe7c7.zip hdf5-9d7b7612c2e83f92eee6da92f0a937f2c8abe7c7.tar.gz hdf5-9d7b7612c2e83f92eee6da92f0a937f2c8abe7c7.tar.bz2 |
[svn-r11984] Purpose:
feature.
Description:
Turn on the release process to generate the doc tarball too.
Platforms tested:
No real test, just eyeballed.
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-x | bin/snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index 06cab32..72be00a 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -63,7 +63,7 @@ ZLIB_default= ZLIB=$ZLIB_default # What compression methods to use? (md5 does checksum). -METHODS="gzip bzip2 md5" +METHODS="gzip bzip2 md5 doc" # Use User's MAKE if set. Else use generic make. MAKE=${MAKE:-make} |