Differences From Artifact [81b0b22c]:
- File makefile — part of check-in [7e52d6a3] at 2019-03-08 00:01:24 on branch trunk — Change scribble command in makefile so that it can link to documentation for packages installed in user scope (user: joel, size: 1113) [annotate] [blame] [check-ins using]
To Artifact [3dd8fa71]:
- File makefile — part of check-in [1afe7e97] at 2019-04-11 04:16:52 on branch trunk — Add quick templating for new articles (user: joel, size: 1195) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 | 24 25 26 27 28 29 30 31 32 33 34 | + + + - + | # Self-documenting makefile (http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html) help: ## Displays this help screen @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-15s\033[0m %s\n", $$1, $$2}' article: ## Start a new article from a template racket util/newpost.rkt |