py -> sh
authorDan Vanderkam <dan@dygraphs.com>
Mon, 14 Mar 2011 04:01:33 +0000 (00:01 -0400)
committerDan Vanderkam <dan@dygraphs.com>
Mon, 14 Mar 2011 04:01:33 +0000 (00:01 -0400)
push-to-web.sh

index 9d1c53e..7aca0f4 100755 (executable)
@@ -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/ \