fix: PDF build for docs must output to docs.pdf
This commit is contained in:
parent
f6b8e5d1f6
commit
b601b7b865
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue