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

12 lines
199 B
Makefile
Raw Normal View History

.PHONY: all
SVGFILES := $(wildcard svg/*.svg)
all: libreto.pdf
pdf/%.pdf: svg/%.svg
inkscape -C -f $< -A $@
libreto.pdf: $(SVGFILES:svg/%.svg=pdf/%.pdf)
pdftk pdf/*pdf cat output libreto.pdf