Also fix make vercheck message line breaks in MacOS X
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
This commit is contained in:
6
Makefile
6
Makefile
@ -107,10 +107,10 @@ check:
|
|||||||
@echo
|
@echo
|
||||||
|
|
||||||
vercheck:
|
vercheck:
|
||||||
@echo -n "Infocode: "; ./figlet -I1
|
@printf "Infocode: "; ./figlet -I1
|
||||||
@./figlet -v|sed -n '/Version/s/.*\(Version\)/\1/p'
|
@./figlet -v|sed -n '/Version/s/.*\(Version\)/\1/p'
|
||||||
@echo -n "README: "; head -1 < README|sed 's/.*) //'
|
@printf "README: "; head -1 < README|sed 's/.*) //'
|
||||||
@echo -n "FAQ: "; grep latest FAQ|sed 's/ and can.*//'
|
@printf "FAQ: "; grep latest FAQ|sed 's/ and can.*//'
|
||||||
@grep -h "^\.TH" *.6
|
@grep -h "^\.TH" *.6
|
||||||
|
|
||||||
$(OBJS) chkfont.o getopt.o: Makefile
|
$(OBJS) chkfont.o getopt.o: Makefile
|
||||||
|
Reference in New Issue
Block a user