mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-21 00:29:15 +00:00
add new dist target based on phing
This commit is contained in:
parent
047a29e26c
commit
3d73dc8279
7
Makefile
7
Makefile
|
|
@ -6,7 +6,9 @@ NODISTFILES=utils/importmail.php utils/seedddms-importmail utils/remote-email-up
|
|||
|
||||
PHPDOC=~/Downloads/phpDocumentor.phar
|
||||
|
||||
dist:
|
||||
all: dist
|
||||
|
||||
olddist:
|
||||
mkdir -p tmp/seeddms-$(VERSION)
|
||||
cp -a $(SRC) tmp/seeddms-$(VERSION)
|
||||
mkdir -p tmp/seeddms-$(VERSION)/views
|
||||
|
|
@ -23,6 +25,9 @@ dist:
|
|||
(cd tmp; tar --exclude=.svn --exclude=.gitignore -czvf ../seeddms-$(VERSION).tar.gz seeddms-$(VERSION))
|
||||
rm -rf tmp
|
||||
|
||||
dist:
|
||||
php vendor/bin/phing -Dversion=$(VERSION) dist
|
||||
|
||||
quickstart:
|
||||
php vendor/bin/phing -Dversion=$(VERSION) package
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user