- create all pear packages propperly

This commit is contained in:
steinm 2011-02-18 16:21:11 +00:00
parent f9be38a51d
commit afc002bcc5

View File

@ -1,5 +1,5 @@
VERSION=3.0.0-RC1
SRC=CHANGELOG* inc conf index.php languages op out README reset_db.sql create_tables.sql create_tables-innodb.sql drop-tables-innodb.sql delete_all_contents.sql styles TODO UPDATE-* LICENSE Makefile package.xml
VERSION=3.1.0-RC1
SRC=CHANGELOG* inc conf index.php languages op out README reset_db.sql create_tables.sql create_tables-innodb.sql drop-tables-innodb.sql delete_all_contents.sql styles TODO UPDATE-* LICENSE Makefile debian webdav
dist:
mkdir -p tmp/letoDMS-$(VERSION)
@ -8,7 +8,8 @@ dist:
rm -rf tmp
pear:
pear package
(cd LetoDMS_Core/; pear package)
(cd LetoDMS_Lucene/; pear package)
webdav:
mkdir -p tmp/letoDMS-webdav-$(VERSION)