Makefile: Some fixes for the docs build process

This commit is contained in:
Matthew Wild 2021-10-20 14:03:36 +01:00
parent 6160d259e6
commit 609183c305
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
.PHONY: all docker
.PHONY: all docker site
DOCS=$(docs/**.md)
DOCS := $(docs/**.md)
all: docker
@ -9,7 +9,7 @@ docker:
site: mkdocs.yml $(DOCS)
echo $(DOCS)
mkdocs
mkdocs build
docs/_po/snikket-server-docs.pot: po4a.conf $(DOCS)
po4a \