From d3454ce44cc39c6959d39b34caf090650e8095b8 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sun, 13 Mar 2011 23:48:02 -0400 Subject: [PATCH] generate docs in push-to-web --- push-to-web.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/push-to-web.sh b/push-to-web.sh index aaf18bd..9d1c53e 100755 --- a/push-to-web.sh +++ b/push-to-web.sh @@ -7,10 +7,14 @@ site=$1 # Produce dygraph-combined.js. ./generate-combined.sh +# Generate documentation. +./generate-documentation.sh > docs/options.html + # Copy everything to the site. scp tests/*.html tests/*.js tests/*.png $site/tests/ \ && \ scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/ -# Revert changes to dygraph-combined.js +# Revert changes to dygraph-combined.js and docs/options.html git checkout dygraph-combined.js +rm docs/options.html -- 2.7.4