make: Fix bad ref and help text for PPTX
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Glenn Y. Rolland 2023-04-06 20:20:15 +02:00
parent 9fd96ed628
commit 53a626474c
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ 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-pptx: $(SLIDES_PPTX_ALL) $(SLIDES_PPTX_ALL) ## build PDF slides only
build-slides-pptx: $(SLIDES_PPTX_ALL) $(SLIDES_MD_ALL) ## build PPTX slides only
build-slides-pdf: $(SLIDES_PDF_ALL) $(SLIDES_MD_ALL) ## build PDF slides only