From ff67dcf8ba859882297d11d455dca71fdab40043 Mon Sep 17 00:00:00 2001
From: James Laird <jlaird@hdfgroup.org>
Date: Wed, 22 Mar 2006 13:35:23 -0500
Subject: [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
---
 bin/snapshot | 4 ++--
 1 file 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=$?
-- 
cgit v0.12