Add a Makefile target for building the FAQ

I always have to double-check. Now I can just "make faq".

Or at least I have somewhere else to double-check if I forget the Makefile
target.
This commit is contained in:
Dave Pearson
2023-03-30 11:26:48 +01:00
parent 2cd8295325
commit 1a42b5024d

View File

@@ -67,6 +67,10 @@ docs-deploy: clean-screenshot-cache docs-online-nav
$(run) mkdocs gh-deploy --config-file mkdocs-nav-online.yml
rm -f mkdocs-nav-online.yml
.PHONY: faq
faq:
$(run) faqtory build
.PHONY: build
build: docs-build-offline
poetry build