[Phpfreechat-svn] SF.net SVN: phpfreechat: [860] trunk/misc/tarSource
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-11-02 08:24:38
|
Revision: 860 http://svn.sourceforge.net/phpfreechat/?rev=860&view=rev Author: kerphi Date: 2006-11-02 00:17:26 -0800 (Thu, 02 Nov 2006) Log Message: ----------- exclude the unused admin directory from the release Modified Paths: -------------- trunk/misc/tarSource Modified: trunk/misc/tarSource =================================================================== --- trunk/misc/tarSource 2006-11-02 08:04:22 UTC (rev 859) +++ trunk/misc/tarSource 2006-11-02 08:17:26 UTC (rev 860) @@ -8,6 +8,8 @@ rm -rf ./$NAME svn export .. ./$NAME rm -rf ./$NAME/contrib +rm -rf ./$NAME/admin + echo "-> downloading documentation" wget http://www.phpfreechat.net/pages/fr/install.html -q -O ./$NAME/install.fr.html wget http://www.phpfreechat.net/pages/en/install.html -q -O ./$NAME/install.en.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |