push jsdoc to web
authorDan Vanderkam <dan@dygraphs.com>
Tue, 10 May 2011 03:07:51 +0000 (23:07 -0400)
committerDan Vanderkam <dan@dygraphs.com>
Tue, 10 May 2011 03:07:51 +0000 (23:07 -0400)
push-to-web.sh

index 997201b..ff12e57 100755 (executable)
@@ -9,9 +9,10 @@ site=$1
 
 # Generate documentation.
 ./generate-documentation.py > docs/options.html
+./generate-jsdoc.sh
 
 # Copy everything to the site.
-scp -r tests $site \
+scp -r tests jsdoc $site \
 && \
 scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/