licence building files
This commit is contained in:
parent
5c881f4b69
commit
51d014ddf4
18
Makefile
Normal file
18
Makefile
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user