Fix: quote multi-word variables

This commit is contained in:
Carlos Galindo 2025-04-04 17:43:19 +00:00
parent 103fb07630
commit 517439d4e6

View file

@ -22,9 +22,9 @@ public/index.html: $(ALL_TEMPLATES) $(PY_SRC)
--latex latex/cancionero.tex \ --latex latex/cancionero.tex \
--audios audios \ --audios audios \
--other-latex latex/canciones/ \ --other-latex latex/canciones/ \
--title $(NAME) \ --title "$(NAME)" \
--author $(AUTHOR) \ --author "$(AUTHOR)" \
--links $(SLO_LINKS) --links "$(SLO_LINKS)"
public/audios: audios public public/audios: audios public
rm -f public/audios rm -f public/audios