doc: Add missing entry for build-docs-pdf in 'make help'

This commit is contained in:
Glenn Y. Rolland 2022-04-26 11:22:38 +02:00
parent 745961e860
commit ccade28d49

View file

@ -190,7 +190,7 @@ build-slides-html: $(SLIDES_HTML_ALL) ## build HTML slides only
merge-slides: $(SLIDES_MDPP_MD) $(SLIDES_MD_ALL)
build-docs-pdf:
build-docs-pdf: ## build pdf docs only
mkdir -p $(BUILD_DOCS_DIR)
rm -f $(BUILD_DOCS_DIR)/combined.pdf
PYTHONUTF8=1 \