mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2025-06-28 09:37:03 +02:00
Fix: quote multi-word variables
This commit is contained in:
parent
103fb07630
commit
517439d4e6
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue