summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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=$?