+ add make edu.

This commit is contained in:
wangyidong
2012-04-14 07:04:32 +00:00
parent d1ad5567a6
commit 1bcf45cd21
+10
View File
@@ -2,6 +2,7 @@ VERSION=$(shell head -n 1 VERSION)
all: tgz
sae: tgz build4sae
edu: tgz build4edu
linux: tgz build4linux
clean:
@@ -106,3 +107,12 @@ saas:
chmod 777 backup
chmod 777 -R tmp
chmod 777 -R www/data
build4edu:
unzip ZenTaoPMS.$(VERSION).zip
rm -fr ZenTaoPMS.$(VERSION).zip
# get the extension files.
svn export https://svn.cnezsoft.com/easysoft/trunk/zentaoext/edu
cp -fr edu/* zentaopms/
# create the package.
zip -rm -9 ../ZenTaoPMS.$(VERSION).edu.zip zentaopms
rm -fr edu