X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/blobdiff_plain/7a36db1df8cbe9c5ebf2527e4ebb9ea1455b6f68..77caa6ff8013c163eeee1184e8769eeba12e0afd:/Makefile diff --git a/Makefile b/Makefile index 57f31fd..072cbba 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,10 @@ 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=$@ $^ + inkscape --export-dpi=600 --export-pdf=$@ $^ + +images/nb/cover-art.pdf: images/nb/cover-art.svg + inkscape --export-dpi=600 --export-pdf=$@ $^ .xcf.png: convert $^ $@