[Assorted-commits] SF.net SVN: assorted: [551] python-commons/trunk/publish.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-29 17:00:17
|
Revision: 551 http://assorted.svn.sourceforge.net/assorted/?rev=551&view=rev Author: yangzhang Date: 2008-02-29 09:00:10 -0800 (Fri, 29 Feb 2008) Log Message: ----------- added publisher Added Paths: ----------- python-commons/trunk/publish.bash Added: python-commons/trunk/publish.bash =================================================================== --- python-commons/trunk/publish.bash (rev 0) +++ python-commons/trunk/publish.bash 2008-02-29 17:00:10 UTC (rev 551) @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +epydoc -o doc src/commons/ + +project=python-commons +clean=false +websrcs=() +webfiles=( doc/* ) +. assorted.bash "$@" Property changes on: python-commons/trunk/publish.bash ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |