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 \
|
> indefero-$*-`git log $* -n 1 \
|
||||||
--pretty=format:%h`.zip
|
--pretty=format:%h`.zip
|
||||||
|
|
||||||
|
%-tarfile:
|
||||||
|
@git archive --format=tar --prefix="indefero/" $* \
|
||||||
|
> indefero-$*-`git log $* -n 1 \
|
||||||
|
--pretty=format:%h`.tar
|
||||||
|
|
||||||
db-install:
|
db-install:
|
||||||
@cd src && php "$(PLUF_PATH)/migrate.php" --conf=IDF/conf/idf.php -a -d -i
|
@cd src && php "$(PLUF_PATH)/migrate.php" --conf=IDF/conf/idf.php -a -d -i
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user