mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-28 03:04:15 +00:00
Use current git command style.
This commit is contained in:
parent
988374512f
commit
c2b33549f7
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ release: built-docs
|
||||
-ln -s . $(package)-$(version)
|
||||
tar czf ../$(package)-$(version).tar.gz \
|
||||
--no-recursion --dereference $(package)-$(version) \
|
||||
$(shell git-ls-files |grep -v '.git'|sed -e s:^:$(package)-$(version)/:) \
|
||||
$(shell git ls-files |grep -v '.git'|sed -e s:^:$(package)-$(version)/:) \
|
||||
$(shell find $(package)-$(version)/docs/api/ ! -name "phpdoc.ini" )
|
||||
rm $(package)-$(version)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user