mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 00:15:34 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
9ae7a54183
3
Makefile
3
Makefile
|
@ -23,6 +23,9 @@ dist:
|
||||||
(cd tmp; tar --exclude=.svn --exclude=.gitignore -czvf ../seeddms-$(VERSION).tar.gz seeddms-$(VERSION))
|
(cd tmp; tar --exclude=.svn --exclude=.gitignore -czvf ../seeddms-$(VERSION).tar.gz seeddms-$(VERSION))
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
|
|
||||||
|
quickstart:
|
||||||
|
vendor/bin/phing -Dversion=$(VERSION) package
|
||||||
|
|
||||||
pear:
|
pear:
|
||||||
(cd SeedDMS_Core/; pear package)
|
(cd SeedDMS_Core/; pear package)
|
||||||
(cd SeedDMS_Lucene/; pear package)
|
(cd SeedDMS_Lucene/; pear package)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user