X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/blobdiff_plain/9c84e1b37d0151202a67b933c3e1307bbee0d63c..85b740c5d03e0f5c4cbc2b7a17e83b71092d4a63:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index f799e68..57f31fd 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,9 @@ 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-pdf=$@ $^ + .xcf.png: convert $^ $@