Files
mkdocs-quickstart/Makefile
2020-10-17 16:23:41 +02:00

17 lines
199 B
Makefile

.PHONY: docs
h help:
@egrep '(^\S)|(^$$)|\s+@echo' Makefile
install:
pip install --upgrade pip
pip install -r requirements.txt
s serve:
mkdocs serve --strict
d docs:
mkdocs build --strict