mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-25.git
synced 2024-11-21 19:00:20 +01:00
Added date tagging task to Makefile
This commit is contained in:
parent
8db4f795bf
commit
2258b37204
1 changed files with 10 additions and 1 deletions
11
Makefile
11
Makefile
|
@ -1,10 +1,19 @@
|
||||||
|
DATE := $(shell date +%y%m%d)
|
||||||
|
|
||||||
cancionero:
|
cancionero:
|
||||||
pdflatex -d cancionero.tex
|
pdflatex -d cancionero.tex
|
||||||
luatex songidx.lua idxfile.sxd idxfile.sbx
|
luatex songidx.lua idxfile.sxd idxfile.sbx
|
||||||
luatex songidx.lua idxfile-authors.sxd idxfile-authors.sbx
|
luatex songidx.lua idxfile-authors.sxd idxfile-authors.sbx
|
||||||
pdflatex -d cancionero.tex
|
pdflatex -d cancionero.tex
|
||||||
|
|
||||||
impresion:
|
generate-acordes: cancionero
|
||||||
|
mv cancionero.pdf cancionero_acordes_$(DATE).pdf
|
||||||
|
|
||||||
|
generate-letra: impresion
|
||||||
|
mv impresion.pdf cancinero_impresion_$(DATE).pdf
|
||||||
|
mv cancionero.pdf cancionero_letra_$(DATE).pdf
|
||||||
|
|
||||||
|
impresion: cancionero
|
||||||
pdflatex -d impresion.tex
|
pdflatex -d impresion.tex
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue