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