1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

added serve-docs and manpage

This commit is contained in:
Bastian Venthur
2024-07-06 15:18:45 +02:00
parent c3a189f88b
commit 6dd1eee238
3 changed files with 39 additions and 0 deletions

View File

@@ -57,6 +57,14 @@ update-pygmentize: $(VENV)
docs: $(VENV)
$(BIN)/mkdocs build
.PHONY: serve-docs
serve-docs: $(VENV)
$(BIN)/mkdocs serve
.PHONY: manpage
manpage: $(VENV)
help2man $(BIN)/blag --no-info -n "blog-aware, static site generator" -o debian/blag.1
.PHONY: clean
clean:
rm -rf build dist *.egg-info