mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2026-01-28 13:07:58 +01:00
Caching en el generador de cancioneros
This commit is contained in:
parent
434cbc1c25
commit
eefbf5449b
3 changed files with 39 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -22,6 +22,7 @@ public/index.html: $(ALL_TEMPLATES) $(PY_SRC)
|
|||
--latex latex/cancionero.tex \
|
||||
--audios audios \
|
||||
--other-latex latex/canciones/ \
|
||||
--use-cache \
|
||||
--title "$(NAME)" \
|
||||
--author "$(AUTHOR)" \
|
||||
--links "$(SLO_LINKS)"
|
||||
|
|
@ -44,3 +45,4 @@ public/%: res/static/%
|
|||
|
||||
clean:
|
||||
rm -rf public
|
||||
rm -f songs.dat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue