licence building files

This commit is contained in:
Adrian Amaglio 2020-10-07 14:35:36 +02:00
parent 5c881f4b69
commit 51d014ddf4

18
Makefile Normal file
View File

@ -0,0 +1,18 @@
default: all
.PHONY: default
all:
.PHONY: all
licences
## Licences ##
## Convert svg licence files to pdf+pdf_tex
LICENCES:= $(wildcard ./licences/*.svg)
LICENCES_PDF:= $(patsubst %.svg,%.pdf,$(wildcard ./licences/*.svg))
licences: $(LICENCES_PDF)
$(LICENCES_PDF): $(LICENCES)
inkscape -D $^ -o $@ --export-latex