[cairo-commit] cairo-artwork .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 ChangeLog, 1.3, 1.4

Carl Worth commit at pdx.freedesktop.org
Mon May 17 08:10:11 PDT 2004


Committed by: cworth

Update of /cvs/cairo/cairo-artwork
In directory pdx:/tmp/cvs-serv14599

Modified Files:
	ChangeLog 
Added Files:
	.cvsignore Makefile 
Log Message:

        * Makefile: Added trivial Makefile.


--- NEW FILE: .cvsignore ---
slide??.svg
cairo_banner.png
cairo_logo.png
cairo_logo_with_text.png

--- NEW FILE: Makefile ---
IMAGES=cairo_banner.png cairo_logo.png cairo_logo_with_text.png
SLIDES=slide01.svg slide02.svg slide03.svg

%.svg:%.xml
	xsltproc cairo-slides.xsl $^ > $@

%.png:%.svg
	svg2png $^ $@

all: ${IMAGES} ${SLIDES}

clean:
	rm -f ${IMAGES} ${SLIDES}

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-artwork/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** a/ChangeLog	15 May 2004 12:15:44 -0000	1.3
--- b/ChangeLog	17 May 2004 15:10:08 -0000	1.4
***************
*** 1,2 ****
--- 1,6 ----
+ 2004-05-17  Carl Worth  <cworth at isi.edu>
+ 
+ 	* Makefile: Added trivial Makefile.
+ 
  2004-05-15  Richard D. Worth  <richard at theworths.org>
  





More information about the cairo-commit mailing list