From c93426fdf6c383b194f7bce48a0140bae4c673b7 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 21 Dec 2021 19:54:12 +0100 Subject: [PATCH] feat: add rule build-slides-html (no action yet) --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 495f6fb..8458e45 100755 --- a/Makefile +++ b/Makefile @@ -176,13 +176,18 @@ $(BUILD_SLIDES_DIR): build: build-pdf build-html ## build all documents as PDF and HTML files -build-pdf: build-docs-pdf build-slides-pdf ## build all documents as PDF files +build-pdf: build-docs-pdf build-slides-pdf ## build both docs and slides as PDF files -build-html: build-docs-html build-slides-html ## build all documents as HTML files +build-html: build-docs-html build-slides-html ## build both docs and slides as HTML files +build-docs: build-docs-pdf build-docs-html ## build only docs as PDF and HTML + +build-slides: build-slides-pdf build-slides-html ## build only slides as PDF and HTML build-slides-pdf: $(SLIDES_PDF_ALL) $(SLIDES_MD_ALL) ## build PDF slides only +build-slides-html: $(SLIDES_HTML_ALL) ## build HTML slides only + merge-slides: $(SLIDES_MDPP_MD) $(SLIDES_MD_ALL) build-docs-pdf: