From: Petter Reinholdtsen Date: Wed, 2 Sep 2015 15:36:44 +0000 (+0200) Subject: Add build rule for cover PDF. X-Git-Tag: edition-2015-10-10~213 X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/commitdiff_plain/1cc2e2943c951a3abf8e65234da1caa2c3e3a12c?ds=inline Add build rule for cover PDF. --- diff --git a/Makefile b/Makefile index b7b3c64..57f31fd 100644 --- a/Makefile +++ b/Makefile @@ -167,6 +167,9 @@ images/cc.svg: images/cc.png: images/cc.svg inkscape -z -D --export-height=200 -D --export-png=$(shell pwd)/$@ $^ +images/cover-art.pdf: images/cover-art.svg + inkscape --export-pdf=$@ $^ + .xcf.png: convert $^ $@ diff --git a/images/cover-art.pdf b/images/cover-art.pdf new file mode 100644 index 0000000..170c017 Binary files /dev/null and b/images/cover-art.pdf differ