[docs] Fix missing " in makefile

This commit is contained in:
Lukas Pajak 2024-12-10 16:12:35 +01:00
parent a0f43490eb
commit 293c589966

View file

@ -88,5 +88,5 @@ help:
@echo " ug-html - build user guide as HTML page (public/ug/index.html)"
@echo " doxygen - build software documentation as HTML page (doxygen_build/html/index.html)"
@echo " revnumber - for overriding the revnumber attribute in 'pdf' and/or 'html'"
@echo " container - Build 'pdf' and 'html' in an 'asciidoctor-wavedrom' container
@echo " container - Build 'pdf' and 'html' in an 'asciidoctor-wavedrom' container"
@echo " clean - delete output files and directories"