Browse Source

make tidy

Bob Mottram 9 years ago
parent
commit
87ba25a322
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      Makefile

+ 2
- 3
Makefile View File

11
 	bash -c "./translate remove"
11
 	bash -c "./translate remove"
12
 alltranslations:
12
 alltranslations:
13
 	bash -c "./translate translations"
13
 	bash -c "./translate translations"
14
-tidyup:
14
+tidy:
15
 	./tidyup src/*
15
 	./tidyup src/*
16
 source:
16
 source:
17
 	tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
17
 	tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
61
 	rm -rf /etc/${APP}
61
 	rm -rf /etc/${APP}
62
 	bash -c "./translate uninstall"
62
 	bash -c "./translate uninstall"
63
 clean:
63
 clean:
64
-	./tidyup src/*
65
-	rm -f \#* \.#* debian/*.substvars debian/*.log
64
+	rm -f \#* \.#* debian/*.substvars debian/*.log src/*~
66
 	rm -fr deb.* debian/${APP}
65
 	rm -fr deb.* debian/${APP}
67
 	rm -f ../${APP}*.deb ../${APP}*.changes ../${APP}*.asc ../${APP}*.dsc
66
 	rm -f ../${APP}*.deb ../${APP}*.changes ../${APP}*.asc ../${APP}*.dsc