[Assorted-commits] SF.net SVN: assorted: [566] python-commons/trunk/publish.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-03 03:24:21
|
Revision: 566 http://assorted.svn.sourceforge.net/assorted/?rev=566&view=rev Author: yangzhang Date: 2008-03-02 19:24:26 -0800 (Sun, 02 Mar 2008) Log Message: ----------- newer assorted.bash; published, moving on Modified Paths: -------------- python-commons/trunk/publish.bash Modified: python-commons/trunk/publish.bash =================================================================== --- python-commons/trunk/publish.bash 2008-03-03 03:24:10 UTC (rev 565) +++ python-commons/trunk/publish.bash 2008-03-03 03:24:26 UTC (rev 566) @@ -1,9 +1,12 @@ #!/usr/bin/env bash -epydoc -o doc src/commons/ +post-stage() { + epydoc -o $stagedir/doc src/commons/ +} -project=python-commons -clean=false -websrcs=() -webfiles=( doc/* ) +fullname='Python Commons' +version=0.2 +license=psf +websrcs=( README ) +rels=( pypi: ) . assorted.bash "$@" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |