negromate/libreto/Makefile

15 lines
220 B
Makefile
Raw Normal View History

2021-09-29 09:36:46 +02:00
.PHONY: all
SVGFILES := $(wildcard svg/*.svg)
all: libreto.pdf
pdf:
mkdir pdf
pdf/%.pdf: svg/%.svg pdf
inkscape -C -f $< -A $@
libreto.pdf: $(SVGFILES:svg/%.svg=pdf/%.pdf)
pdftk pdf/*pdf cat output libreto.pdf