2013-05-22 18:29:57 +00:00
VERSION = 4.3.0
2013-02-20 10:44:08 +00:00
SRC = CHANGELOG inc conf utils index.php languages views op out README.md README.Notification README.Ubuntu 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 :
2013-02-14 11:10:53 +00:00
mkdir -p tmp/seeddms-$( VERSION)
cp -a $( SRC) tmp/seeddms-$( VERSION)
( cd tmp; tar --exclude= .svn -czvf ../seeddms-$( VERSION) .tar.gz seeddms-$( VERSION) )
2011-01-10 17:08:44 +00:00
rm -rf tmp
pear :
2013-02-14 11:10:53 +00:00
( cd SeedDMS_Core/; pear package)
( cd SeedDMS_Lucene/; pear package)
( cd SeedDMS_Preview/; pear package)
2011-01-10 17:08:44 +00:00
webdav :
2013-02-14 11:10:53 +00:00
mkdir -p tmp/seeddms-webdav-$( VERSION)
cp webdav/* tmp/seeddms-webdav-$( VERSION)
( cd tmp; tar --exclude= .svn -czvf ../seeddms-webdav-$( VERSION) .tar.gz seeddms-webdav-$( VERSION) )
2011-01-10 17:08:44 +00:00
rm -rf tmp
doc :
2013-02-14 11:10:53 +00:00
phpdoc -d SeedDMS_Core --ignore 'getusers.php,getfoldertree.php,config.php,reverselookup.php' -t html
2011-01-10 17:08:44 +00:00
.PHONY : webdav