Sfoglia il codice sorgente

Script for tidying bash scripts

Bob Mottram 9 anni fa
parent
commit
89299ed2eb
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      Makefile

+ 2
- 0
Makefile Vedi File

@@ -11,6 +11,8 @@ rmtranslations:
11 11
 	bash -c "./translate remove"
12 12
 alltranslations:
13 13
 	bash -c "./translate translations"
14
+tidy:
15
+	./tidy src/*
14 16
 source:
15 17
 	tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
16 18
 	gzip -f9n ../${APP}_${VERSION}.orig.tar