make tidy
This commit is contained in:
parent
d77a802e80
commit
87ba25a322
5
Makefile
5
Makefile
|
@ -11,7 +11,7 @@ rmtranslations:
|
||||||
bash -c "./translate remove"
|
bash -c "./translate remove"
|
||||||
alltranslations:
|
alltranslations:
|
||||||
bash -c "./translate translations"
|
bash -c "./translate translations"
|
||||||
tidyup:
|
tidy:
|
||||||
./tidyup src/*
|
./tidyup src/*
|
||||||
source:
|
source:
|
||||||
tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
|
tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
|
||||||
|
@ -61,7 +61,6 @@ uninstall:
|
||||||
rm -rf /etc/${APP}
|
rm -rf /etc/${APP}
|
||||||
bash -c "./translate uninstall"
|
bash -c "./translate uninstall"
|
||||||
clean:
|
clean:
|
||||||
./tidyup src/*
|
rm -f \#* \.#* debian/*.substvars debian/*.log src/*~
|
||||||
rm -f \#* \.#* debian/*.substvars debian/*.log
|
|
||||||
rm -fr deb.* debian/${APP}
|
rm -fr deb.* debian/${APP}
|
||||||
rm -f ../${APP}*.deb ../${APP}*.changes ../${APP}*.asc ../${APP}*.dsc
|
rm -f ../${APP}*.deb ../${APP}*.changes ../${APP}*.asc ../${APP}*.dsc
|
||||||
|
|
Loading…
Reference in New Issue