File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ PANDOC_EPUB_OPTIONS := --to epub3
7070# Targets
7171# -----------------------------------------------------------------------------
7272
73- .PHONY : all epub mkdocs serve copy-pdfs zip-pdfs clean
73+ .PHONY : all epub pdf mkdocs serve copy-pdfs zip-pdfs clean
7474
7575# Default target: build all exported documents and the MkDocs site.
76- all : $(EXPORTED_DOCS ) epub zip-pdfs mkdocs
76+ all : $(EXPORTED_DOCS ) epub pdf zip-pdfs mkdocs
7777
7878# EPUB combined main text + annexes
7979epub :
8282
8383pdf :
8484 @mkdir -p $(BUILD_DIR ) /pdf
85- $(PANDOC ) $(PANDOC_OPTIONS ) $(PANDOC_PDF_OPTIONS ) -o $(BUILD_DIR ) /pdf/architecture-and-reference-framework-main-and-annexes.pdf $(SOURCE_DOCS )
85+ $(PANDOC ) $(PANDOC_OPTIONS ) $(PANDOC_PDF_OPTIONS ) -M subtitle= " Architecture and Reference Framework " - o $(BUILD_DIR ) /pdf/architecture-and-reference-framework-main-and-annexes.pdf $(SOURCE_DOCS )
8686# Build the MkDocs site
8787mkdocs :
8888 $(MKDOCS ) build
You can’t perform that action at this time.
0 commit comments