No tidying backups
This commit is contained in:
parent
50fdd57933
commit
d77a802e80
2
Makefile
2
Makefile
|
@ -13,7 +13,6 @@ alltranslations:
|
|||
bash -c "./translate translations"
|
||||
tidyup:
|
||||
./tidyup src/*
|
||||
rm -f src/*~
|
||||
source:
|
||||
tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
|
||||
gzip -f9n ../${APP}_${VERSION}.orig.tar
|
||||
|
@ -63,7 +62,6 @@ uninstall:
|
|||
bash -c "./translate uninstall"
|
||||
clean:
|
||||
./tidyup src/*
|
||||
rm -f src/*~
|
||||
rm -f \#* \.#* debian/*.substvars debian/*.log
|
||||
rm -fr deb.* debian/${APP}
|
||||
rm -f ../${APP}*.deb ../${APP}*.changes ../${APP}*.asc ../${APP}*.dsc
|
||||
|
|
Loading…
Reference in New Issue