Author: ianb Date: 2008-10-27 15:38:29 -0600 (Mon, 27 Oct 2008) New Revision: 3635
Added: FormEncode/trunk/regen-docs Log: Added doc generation script Added: FormEncode/trunk/regen-docs =================================================================== --- FormEncode/trunk/regen-docs (rev 0) +++ FormEncode/trunk/regen-docs 2008-10-27 21:38:29 UTC (rev 3635) @@ -0,0 +1,9 @@ +#!/bin/sh + +mkdir -p docs/_static docs/_build +sphinx-build -E -b html docs/ docs/_build || exit 1 +if [ "$1" = "publish" ] ; then + cd docs/ + echo "Uploading files..." + scp -r _build/* [EMAIL PROTECTED]:/home/groups/f/fo/formencode/htdocs/ +fi Property changes on: FormEncode/trunk/regen-docs ___________________________________________________________________ Name: svn:executable + * ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ FormEncode-CVS mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/formencode-cvs
