summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-03-22 18:35:23 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-03-22 18:35:23 (GMT)
commitff67dcf8ba859882297d11d455dca71fdab40043 (patch)
tree580a1a8b80053ca91d1e8d8ea131a59f09e16fc6 /bin
parent3424f9f5d1c45e739480e16ab3faa272ca1569f8 (diff)
downloadhdf5-ff67dcf8ba859882297d11d455dca71fdab40043.zip
hdf5-ff67dcf8ba859882297d11d455dca71fdab40043.tar.gz
hdf5-ff67dcf8ba859882297d11d455dca71fdab40043.tar.bz2
[svn-r12129] Purpose:
Bug fix Description: The snapshot script was trying to install-doc, even though the docs are no longer included in the cvs repo. Solution: Replaced 'make install install-doc' with 'make install-all', which should have the same effect (installing the library and examples). Platforms tested: very minor change
Diffstat (limited to 'bin')
-rwxr-xr-xbin/snapshot4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/snapshot b/bin/snapshot
index 72be00a..8ca800d 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -393,11 +393,11 @@ if [ "$cmd" = "all" -o -n "$cmdtest" -o -n "$cmddiff" ]; then
TIMESTAMP "check" && \
${MAKE} check && \
TIMESTAMP "install" && \
- ${MAKE} install install-doc && \
+ ${MAKE} install-all && \
TIMESTAMP "check-install" && \
${MAKE} check-install && \
TIMESTAMP "uninstall" && \
- ${MAKE} uninstall uninstall-doc); then
+ ${MAKE} uninstall-all); then
:
else
errcode=$?