Skip to content

Commit

Permalink
Also fix make vercheck message line breaks in MacOS X
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
  • Loading branch information
cmatsuoka committed May 11, 2015
1 parent 459d856 commit 2ed76b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -107,10 +107,10 @@ check:
@echo

vercheck:
@echo -n "Infocode: "; ./figlet -I1
@printf "Infocode: "; ./figlet -I1
@./figlet -v|sed -n '/Version/s/.*\(Version\)/\1/p'
@echo -n "README: "; head -1 < README|sed 's/.*) //'
@echo -n "FAQ: "; grep latest FAQ|sed 's/ and can.*//'
@printf "README: "; head -1 < README|sed 's/.*) //'
@printf "FAQ: "; grep latest FAQ|sed 's/ and can.*//'
@grep -h "^\.TH" *.6

$(OBJS) chkfont.o getopt.o: Makefile
Expand Down

0 comments on commit 2ed76b5

Please sign in to comment.