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 \
--audios audios \
--other-latex latex/canciones/ \
--title $(NAME) \
--author $(AUTHOR) \
--links $(SLO_LINKS)
--title "$(NAME)" \
--author "$(AUTHOR)" \
--links "$(SLO_LINKS)"
public/audios: audios public
rm -f public/audios