mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2025-04-28 08:05:57 +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 \
|
||||
--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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue