Arreglar Makefile de libreto

This commit is contained in:
Ales Zabala Alava 2019-09-03 12:34:07 +02:00
parent f31159511e
commit f9e8f00b3a
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@ SVGFILES := $(wildcard svg/*.svg)
all: libreto.pdf all: libreto.pdf
pdf/%.pdf: svg/%.svg pdf:
mkdir pdf
pdf/%.pdf: svg/%.svg pdf
inkscape -C -f $< -A $@ inkscape -C -f $< -A $@
libreto.pdf: $(SVGFILES:svg/%.svg=pdf/%.pdf) libreto.pdf: $(SVGFILES:svg/%.svg=pdf/%.pdf)