Script for tidying bash scripts
This commit is contained in:
parent
5b7b2d24f2
commit
89299ed2eb
2
Makefile
2
Makefile
|
@ -11,6 +11,8 @@ rmtranslations:
|
||||||
bash -c "./translate remove"
|
bash -c "./translate remove"
|
||||||
alltranslations:
|
alltranslations:
|
||||||
bash -c "./translate translations"
|
bash -c "./translate translations"
|
||||||
|
tidy:
|
||||||
|
./tidy src/*
|
||||||
source:
|
source:
|
||||||
tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
|
tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
|
||||||
gzip -f9n ../${APP}_${VERSION}.orig.tar
|
gzip -f9n ../${APP}_${VERSION}.orig.tar
|
||||||
|
|
Loading…
Reference in New Issue