mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
- create pear package for LetoDMS_Preview
This commit is contained in:
parent
f938f5d1e9
commit
da33fb1de7
5
Makefile
5
Makefile
|
@ -1,5 +1,5 @@
|
|||
VERSION=3.4.0RC2
|
||||
SRC=CHANGELOG* inc conf utils index.php languages op out README README.Notification drop-tables-innodb.sql delete_all_contents.sql styles js TODO LICENSE Makefile webdav install
|
||||
VERSION=4.0.0-pre1
|
||||
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
|
||||
|
||||
dist:
|
||||
mkdir -p tmp/letoDMS-$(VERSION)
|
||||
|
@ -10,6 +10,7 @@ dist:
|
|||
pear:
|
||||
(cd LetoDMS_Core/; pear package)
|
||||
(cd LetoDMS_Lucene/; pear package)
|
||||
(cd LetoDMS_Preview/; pear package)
|
||||
|
||||
webdav:
|
||||
mkdir -p tmp/letoDMS-webdav-$(VERSION)
|
||||
|
|
Loading…
Reference in New Issue
Block a user