瀏覽代碼

make tidy

Bob Mottram 8 年之前
父節點
當前提交
87ba25a322
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2
    3
      Makefile

+ 2
- 3
Makefile 查看文件

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