mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 02:20:41 +00:00
- create all pear packages propperly
This commit is contained in:
parent
f9be38a51d
commit
afc002bcc5
7
Makefile
7
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
VERSION=3.0.0-RC1
|
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 package.xml
|
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:
|
dist:
|
||||||
mkdir -p tmp/letoDMS-$(VERSION)
|
mkdir -p tmp/letoDMS-$(VERSION)
|
||||||
|
|
@ -8,7 +8,8 @@ dist:
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
|
|
||||||
pear:
|
pear:
|
||||||
pear package
|
(cd LetoDMS_Core/; pear package)
|
||||||
|
(cd LetoDMS_Lucene/; pear package)
|
||||||
|
|
||||||
webdav:
|
webdav:
|
||||||
mkdir -p tmp/letoDMS-webdav-$(VERSION)
|
mkdir -p tmp/letoDMS-webdav-$(VERSION)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user