[svn-r11984] Purpose:

feature.

Description:
Turn on the release process to generate the doc tarball too.

Platforms tested:
No real test, just eyeballed.
This commit is contained in:
HDF Admin 2006-02-28 13:11:10 -05:00
parent e49590a6d9
commit 9d7b7612c2

View File

@ -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}