X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/blobdiff_plain/9c84e1b37d0151202a67b933c3e1307bbee0d63c..3ac88ec0e0d522489eec11633bd929eca75da785:/Makefile diff --git a/Makefile b/Makefile index f799e68..072cbba 100644 --- a/Makefile +++ b/Makefile @@ -135,9 +135,9 @@ freeculture.xml: # workaround can be removed when BTS #684137 is fixed in # po4a. -freeculture.pot: freeculture.xml +freeculture.pot: freeculture.xml cover-text.xml po4a-gettextize -o nodefault='' -o inline='' \ - -f docbook -m $^ > $@.new && mv $@.new $@ + -f docbook -m freeculture.xml -m cover-text.xml > $@.new && mv $@.new $@ stats: update-stats progress.png update-stats: freeculture.nb.po lint.nb @@ -167,6 +167,12 @@ 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-dpi=600 --export-pdf=$@ $^ + +images/nb/cover-art.pdf: images/nb/cover-art.svg + inkscape --export-dpi=600 --export-pdf=$@ $^ + .xcf.png: convert $^ $@