make tidy

This commit is contained in:
Bob Mottram 2016-07-24 14:43:26 +01:00
parent d77a802e80
commit 87ba25a322
1 changed files with 2 additions and 3 deletions

View File

@ -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