]> pere.pagekite.me Git - text-free-culture-lessig.git/commitdiff
Add build rule for cover PDF.
authorPetter Reinholdtsen <pere@hungry.com>
Wed, 2 Sep 2015 15:36:44 +0000 (17:36 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Wed, 2 Sep 2015 15:36:44 +0000 (17:36 +0200)
Makefile
images/cover-art.pdf [new file with mode: 0644]

index b7b3c64f77ed6e6024a75b56b921c85645a3784f..57f31fdd2536664d52ea5076116f46c3cea4f371 100644 (file)
--- 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/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 $^ $@
 
 .xcf.png:
        convert $^ $@
 
diff --git a/images/cover-art.pdf b/images/cover-art.pdf
new file mode 100644 (file)
index 0000000..170c017
Binary files /dev/null and b/images/cover-art.pdf differ