Don't make translations on all
This commit is contained in:
parent
798228bf94
commit
873fcc7e15
4
Makefile
4
Makefile
|
@ -4,10 +4,10 @@ RELEASE=1
|
||||||
PREFIX?=/usr/local
|
PREFIX?=/usr/local
|
||||||
|
|
||||||
all:
|
all:
|
||||||
bash -c "./translate make"
|
|
||||||
debug:
|
debug:
|
||||||
bash -c "./translate make"
|
|
||||||
translations:
|
translations:
|
||||||
|
bash -c "./translate make"
|
||||||
|
alltranslations:
|
||||||
bash -c "./translate translations"
|
bash -c "./translate translations"
|
||||||
source:
|
source:
|
||||||
tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
|
tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
|
||||||
|
|
Loading…
Reference in New Issue