make: Fix bad ref and help text for PPTX
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9fd96ed628
commit
53a626474c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue