Fix comment block, better align `make help` task-list

This commit is contained in:
Alex Palaistras 2016-03-19 15:22:41 +00:00
parent a849ee6135
commit ba29487be5
2 changed files with 2 additions and 2 deletions

View File

@ -102,6 +102,6 @@ help:
@printf "generating documentation or running test cases against the test suite.\n\n"
@printf "$(UNDERLINE)Available Tasks$(RESET)\n\n"
@awk -F \
':|##' '/^##/ {c=$$2; getline; printf "$(BLUE)%10s$(RESET) %s\n", $$1, c}' \
':|##' '/^##/ {c=$$2; getline; printf "$(BLUE)%6s$(RESET) %s\n", $$1, c}' \
$(MAKEFILE_LIST)
@printf "\n"

2
fawkss
View File

@ -248,7 +248,7 @@ if (NF == 0) {
continue
}
# > Match non-black line. Resets newline count, used above.
# > Print non-blank line, resetting the newline count, used above.
newlines = 0
print