khuedoan-homelab/docs/Makefile
2021-06-20 18:24:23 +07:00

15 lines
266 B
Makefile

.POSIX:
.PHONY: todo
todo:
printf "# TODO\n\n" > todo.md
git grep --line-number TODO .. ':!.' \
| awk --field-separator ':| TODO ' '{ printf "- [%s](%s#L%s)\n", $$4, $$1, $$2 }' \
| sort \
>> todo.md
.PHONY: diagrams
diagrams:
cd diagrams \
&& python *