head 1.4; access; symbols; locks; strict; comment @# @; 1.4 date 2005.07.11.18.26.01; author cworth; state Exp; branches; next 1.3; commitid 7c942d2b9b94567; 1.3 date 2005.07.11.18.13.42; author cworth; state Exp; branches; next 1.2; commitid 1e942d2b6d14567; 1.2 date 2004.05.18.13.28.11; author cworth; state Exp; branches; next 1.1; 1.1 date 2004.05.17.15.10.08; author cworth; state Exp; branches; next ; desc @@ 1.4 log @Fix Makefile to generate .eps rather than .ps. Remove generated files. @ text @PNG_IMAGES=cairo_banner.png cairo_logo.png cairo_logo_no_text.png PDF_IMAGES=cairo_tshirt_PofA.pdf cairo_tshirt_back.pdf EPS_IMAGES=cairo_tshirt_PofA.eps cairo_tshirt_back.eps %.png:%.svg svg2png $^ $@@ %.pdf:%.svg svg2pdf $^ $@@ %.eps:%.pdf pdftops -eps -level2sep $^ $@@ all: ${PNG_IMAGES} ${PDF_IMAGES} ${EPS_IMAGES} clean: rm -f ${PNG_IMAGES} ${PDF_IMAGES} ${EPS_IMAGES} @ 1.3 log @Add artwork for printing onto a black T-shirt. @ text @d12 1 a12 1 pdftops $^ $@@ @ 1.2 log @Added slide04 showing how to embed an SVG chunk @ text @d1 3 a3 5 IMAGES=cairo_banner.png cairo_logo.png cairo_logo_with_text.png SLIDES=slide01.svg slide02.svg slide03.svg slide04.svg %.svg:%.xml xsltproc cairo-slides.xsl $^ > $@@ d8 7 a14 1 all: ${IMAGES} ${SLIDES} d17 2 a18 1 rm -f ${IMAGES} ${SLIDES} @ 1.1 log @ * Makefile: Added trivial Makefile. @ text @d2 1 a2 1 SLIDES=slide01.svg slide02.svg slide03.svg @