2013-02-11 14:38:50 +00:00
VERSION = 4.0.0-pre4
2012-12-14 15:30:34 +00:00
SRC = CHANGELOG inc conf utils index.php languages views op out README README.Notification drop-tables-innodb.sql styles js TODO LICENSE Makefile webdav install
2013-02-06 14:04:39 +00:00
#restapi webapp
2011-01-10 17:08:44 +00:00
dist :
mkdir -p tmp/letoDMS-$( VERSION)
cp -a $( SRC) tmp/letoDMS-$( VERSION)
2011-01-20 10:17:20 +00:00
( cd tmp; tar --exclude= .svn -czvf ../LetoDMS-$( VERSION) .tar.gz letoDMS-$( VERSION) )
2011-01-10 17:08:44 +00:00
rm -rf tmp
pear :
2011-02-18 16:21:11 +00:00
( cd LetoDMS_Core/; pear package)
( cd LetoDMS_Lucene/; pear package)
2012-12-14 15:30:34 +00:00
( cd LetoDMS_Preview/; pear package)
2011-01-10 17:08:44 +00:00
webdav :
mkdir -p tmp/letoDMS-webdav-$( VERSION)
cp webdav/* tmp/letoDMS-webdav-$( VERSION)
2011-01-20 10:17:20 +00:00
( cd tmp; tar --exclude= .svn -czvf ../LetoDMS-webdav-$( VERSION) .tar.gz letoDMS-webdav-$( VERSION) )
2011-01-10 17:08:44 +00:00
rm -rf tmp
doc :
2012-05-08 08:07:07 +00:00
phpdoc -d LetoDMS_Core --ignore 'getusers.php,getfoldertree.php,config.php,reverselookup.php' -t html
2011-01-10 17:08:44 +00:00
.PHONY : webdav