Ease the creation of tarballs a bit.
This commit is contained in:
parent
01febe1411
commit
02613203c9
5
Makefile
5
Makefile
@ -144,6 +144,11 @@ po-stats:
|
||||
> indefero-$*-`git log $* -n 1 \
|
||||
--pretty=format:%h`.zip
|
||||
|
||||
%-tarfile:
|
||||
@git archive --format=tar --prefix="indefero/" $* \
|
||||
> indefero-$*-`git log $* -n 1 \
|
||||
--pretty=format:%h`.tar
|
||||
|
||||
db-install:
|
||||
@cd src && php "$(PLUF_PATH)/migrate.php" --conf=IDF/conf/idf.php -a -d -i
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user