<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>doc/images.mk</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.14' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/13678.html'>doc</a>/images.mk</h2> <em class='comment'>/* [<][>][^][v][top]<a href='#BOTTOM'>[bottom]</a><a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em> <hr /> <pre> <a id='L1' name='L1'></a>RSVG_CONVERT := rsvg-convert <a id='L2' name='L2'></a>GS := gs <a id='L3' name='L3'></a>GS_EPSCROP := $(GS) -q -dNOPAUSE -dBATCH -sDEVICE=eps2write -dEPSCrop <a id='L4' name='L4'></a> <a id='L5' name='L5'></a>%.png: %.svg <a id='L6' name='L6'></a> $(RSVG_CONVERT) --format=png --output=$@ $< >$<2png.log 2>&1 <a id='L7' name='L7'></a> <a id='L8' name='L8'></a>%.eps: %.svg <a id='L9' name='L9'></a> $(RSVG_CONVERT) --format=eps --output=$@.tmp $< >$<2eps.log 2>&1 && $(GS_EPSCROP) -sOutputFile=$@ $@.tmp <a id='L10' name='L10'></a> <a id='L11' name='L11'></a>%.pdf: %.svg <a id='L12' name='L12'></a> $(RSVG_CONVERT) --format=pdf --output=$@ $< >$<2pdf.log 2>&1 </pre> <hr /> <a id='BOTTOM' name='BOTTOM'></a> <em class='comment'>/* [<][>][^][v]<a href='#TOP'>[top]</a>[bottom]<a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em> </body> </html>