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"
alltranslations:
bash -c "./translate translations"
tidyup:
tidy:
./tidyup src/*
source:
tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
@ -61,7 +61,6 @@ uninstall:
rm -rf /etc/${APP}
bash -c "./translate uninstall"
clean:
./tidyup src/*
rm -f \#* \.#* debian/*.substvars debian/*.log
rm -f \#* \.#* debian/*.substvars debian/*.log src/*~
rm -fr deb.* debian/${APP}
rm -f ../${APP}*.deb ../${APP}*.changes ../${APP}*.asc ../${APP}*.dsc