X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/blobdiff_plain/26ab54584781407e79c4544e79c9f09d110a5a8e..fb889082ea58479198f4dd4faf0f7a5f50ba26d8:/Makefile diff --git a/Makefile b/Makefile index c858059..b68720e 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,8 @@ IMAGES = \ images/tom-the-dancing-bug.png \ images/cover-front-10dpi.png \ images/cover-front-72dpi.png \ + images/fr/cover-front-10dpi.png \ + images/fr/cover-front-72dpi.png \ images/nb/cover-front-10dpi.png \ images/nb/cover-front-72dpi.png @@ -199,12 +201,18 @@ images/cover-front-72dpi.png: images/cover-art.svg Makefile 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/fr/cover-front-72dpi.png: images/fr/cover-art.svg Makefile + inkscape --export-dpi=72 --export-png=$@ -a $(INKSCAPE_FRONTCOORDINATES) images/fr/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 +images/fr/cover-front-10dpi.png: images/fr/cover-art.svg Makefile + inkscape --export-dpi=10 --export-png=$@ -a $(INKSCAPE_FRONTCOORDINATES) images/fr/cover-art.svg + .xcf.png: convert $^ $@