Skip to content

Commit

Permalink
Run local copy of script when generating the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteinge committed Mar 10, 2019
1 parent 1c51e92 commit 6f4671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ shellcheck :
readme : $(PROGRAM)
@ printf '<!---\nThis README file is generated. Changes will be overwritten.\n-->\n' > README.md
@ printf '[![Build Status](https://travis-ci.org/whiteinge/ok.sh.svg?branch=master)](https://travis-ci.org/whiteinge/ok.sh)\n\n' >> README.md
OK_SH_MARKDOWN=1 $(PROGRAM) help >> README.md
OK_SH_MARKDOWN=1 ./$(PROGRAM) help >> README.md

.PHONY: preview
preview :
Expand Down

0 comments on commit 6f4671d

Please sign in to comment.