X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/blobdiff_plain/226b6fb0cef9570af8fd894dac3ce7fdbd456aef..5e5bd8f6586205d57d61e314718836e55f1cfef4:/Makefile diff --git a/Makefile b/Makefile index 072cbba..0a19201 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,14 @@ DBLATEX_OPTS = \ DBTOEPUB = dbtoepub -IMAGES = images/cc.png images/pattern-modern-media-ownership.png images/tom-the-dancing-bug.png +IMAGES = \ + images/cc.png \ + images/pattern-modern-media-ownership.png \ + images/tom-the-dancing-bug.png \ + images/cover-front-10dpi.png \ + images/cover-front-72dpi.png \ + images/nb/cover-front-10dpi.png \ + images/nb/cover-front-72dpi.png XSLT = \ data/user_param.xsl @@ -173,6 +180,19 @@ images/cover-art.pdf: images/cover-art.svg images/nb/cover-art.pdf: images/nb/cover-art.svg inkscape --export-dpi=600 --export-pdf=$@ $^ +INKSCAPE_FRONTCOORDINATES = 603.54:0:1154.70:832.500 +images/cover-front-72dpi.png: images/cover-art.svg Makefile + inkscape --export-dpi=72 --export-png=$@ -a $(INKSCAPE_FRONTCOORDINATES) images/cover-art.svg + +images/nb/cover-front-72dpi.png: images/nb/cover-art.svg Makefile + inkscape --export-dpi=72 --export-png=$@ -a $(INKSCAPE_FRONTCOORDINATES) images/nb/cover-art.svg + +images/cover-front-10dpi.png: images/cover-art.svg Makefile + inkscape --export-dpi=10 --export-png=$@ -a $(INKSCAPE_FRONTCOORDINATES) images/cover-art.svg + +images/nb/cover-front-10dpi.png: images/nb/cover-art.svg Makefile + inkscape --export-dpi=10 --export-png=$@ -a $(INKSCAPE_FRONTCOORDINATES) images/nb/cover-art.svg + .xcf.png: convert $^ $@