diff docs/refresh.bash @ 373:2fd766784ff2

semi-automate documentation upload
author catherine@DellZilla
date Tue, 11 Aug 2009 10:14:27 -0400
parents 3ce9a48aa3fc
children
line wrap: on
line diff
--- a/docs/refresh.bash	Sat Aug 08 00:31:05 2009 -0400
+++ b/docs/refresh.bash	Tue Aug 11 10:14:27 2009 -0400
@@ -1,2 +1,7 @@
 sphinx-build -b html source build
-scp -r build catherine@$tummy:/var/www/sqlpython
\ No newline at end of file
+#scp -r build catherine@$tummy:/var/www/sqlpython
+cd build
+zip -r sqlpython_docs *
+mv sqlpython_docs.zip ..
+cd ..
+echo "Upload sqlpython_docs.zip to http://pypi.python.org/pypi/sqlpython"