annotate docs/refresh.bash @ 421:fc63f0aad022

Additional support for native pbcopy for clipboard redirect (">") on MacOSX.
author Jason Ledbetter <jasonbrent@gmail.com
date Wed, 22 Jun 2011 21:56:20 -0400
parents 04897151927b
children
rev   line source
332
49bea7cab179 doc refreshing refresh.bash
cat@eee
parents:
diff changeset
1 make html
49bea7cab179 doc refreshing refresh.bash
cat@eee
parents:
diff changeset
2 #scp -r build catherine@$tummy:/var/www/sqlpython
381
04897151927b doc handling corrections
catherine@Drou
parents: 366
diff changeset
3 cd _build/html
332
49bea7cab179 doc refreshing refresh.bash
cat@eee
parents:
diff changeset
4 zip -r cmd2_docs *
381
04897151927b doc handling corrections
catherine@Drou
parents: 366
diff changeset
5 mv cmd2_docs.zip ../..
332
49bea7cab179 doc refreshing refresh.bash
cat@eee
parents:
diff changeset
6 cd ..
359
5b95dacca46e remove ex2
catherine@Drou
parents: 332
diff changeset
7 echo "Upload cmd2_docs.zip to http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=cmd2"
366
40cba30b6125 refresh corrections
cat@eee
parents: 364
diff changeset
8 scp -r _build/html www-data@$tummy:/var/www/cmd2