fix: PDF build for docs must output to docs.pdf

This commit is contained in:
Glenn Y. Rolland 2022-08-29 17:10:03 +02:00
parent f6b8e5d1f6
commit b601b7b865

View file

@ -225,7 +225,7 @@ build-docs-pdf: ## build pdf docs only
--site-dir $(BUILD_DOCS_DIR)
pdftk \
$$(find $(BUILD_DOCS_DIR) -name *.pdf -not -name index.pdf |sort ) \
cat output $(BUILD_DOCS_DIR)/combined.pdf
cat output $(BUILD_DOCS_DIR)/docs.pdf
build-docs-html: ## build static docs site only
mkdir -p $(BUILD_DOCS_DIR)