From: Dan Vanderkam Date: Mon, 14 Mar 2011 04:01:33 +0000 (-0400) Subject: py -> sh X-Git-Tag: v1.0.0~562 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=817b08ddff4b4555c0b8c01b76bdde89b95e3f79;p=dygraphs.git py -> sh --- diff --git a/push-to-web.sh b/push-to-web.sh index 9d1c53e..7aca0f4 100755 --- a/push-to-web.sh +++ b/push-to-web.sh @@ -8,7 +8,7 @@ site=$1 ./generate-combined.sh # Generate documentation. -./generate-documentation.sh > docs/options.html +./generate-documentation.py > docs/options.html # Copy everything to the site. scp tests/*.html tests/*.js tests/*.png $site/tests/ \