From 6512fe1e28b31618517c5f3a91786e75168255bd Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sun, 24 Apr 2011 18:47:37 -0400 Subject: [PATCH] use scp -r to copy tests directory --- push-to-web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push-to-web.sh b/push-to-web.sh index 7aca0f4..997201b 100755 --- a/push-to-web.sh +++ b/push-to-web.sh @@ -11,7 +11,7 @@ site=$1 ./generate-documentation.py > docs/options.html # Copy everything to the site. -scp tests/*.html tests/*.js tests/*.png $site/tests/ \ +scp -r tests $site \ && \ scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/ -- 2.7.4