This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
negromate_origins/libreto/Makefile

15 lines
220 B
Makefile
Raw Permalink Normal View History

.PHONY: all
SVGFILES := $(wildcard svg/*.svg)
all: libreto.pdf
2019-09-03 12:34:07 +02:00
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