[Assorted-commits] SF.net SVN: assorted: [713] mailing-list-filter/trunk/publish.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-08 06:05:09
|
Revision: 713 http://assorted.svn.sourceforge.net/assorted/?rev=713&view=rev Author: yangzhang Date: 2008-05-07 23:05:12 -0700 (Wed, 07 May 2008) Log Message: ----------- added a publisher script Added Paths: ----------- mailing-list-filter/trunk/publish.bash Added: mailing-list-filter/trunk/publish.bash =================================================================== --- mailing-list-filter/trunk/publish.bash (rev 0) +++ mailing-list-filter/trunk/publish.bash 2008-05-08 06:05:12 UTC (rev 713) @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +post-stage() { + epydoc -o $stagedir/doc src/commons/ +} + +fullname='Mailing List Filter' +version=0.1 +license=psf +websrcs=( README ) +rels=( pypi: ) +. assorted.bash "$@" Property changes on: mailing-list-filter/trunk/publish.bash ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |