[cairo-commit] cairo/doc/tutorial/src Makefile,1.2,1.3

Carl Worth commit at pdx.freedesktop.org
Wed Jan 25 07:33:58 PST 2006


Committed by: cworth

Update of /cvs/cairo/cairo/doc/tutorial/src
In directory gabe:/tmp/cvs-serv4083/doc/tutorial/src

Modified Files:
	Makefile 
Log Message:

        * doc/tutorial/slides/cairo-blank.svg:
        * doc/tutorial/slides/cairo-code.svg:
        * doc/tutorial/slides/cairo.svg: Add Red Hat logos to slide
        templates.

        * doc/tutorial/slides/cairo-separator.svg: Add header/footer-less
        slide variant for slides needed an extra bit of space.

        * doc/tutorial/slides/tutorial.xml: Start getting slides ready for
        linux.conf.au 2006 tutorial, updating for cairo 1.0 API, and
        adding better organization. Verify and fix all the little example
        shell programs.

        * doc/tutorial/src/Makefile: Really remove the building of the
        -pdf programs this time.


Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo/doc/tutorial/src/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	25 Jan 2006 10:10:23 -0000	1.2
+++ Makefile	25 Jan 2006 15:33:56 -0000	1.3
@@ -3,7 +3,7 @@
 # If you don't want to/can't compile all of these targets, then trim
 # this list.
 # all: gtk xlib pdf png
-all: gtk xlib pdf png
+all: gtk xlib png
 
 GTK_EXAMPLES=$(patsubst %.c,%-gtk,$(wildcard *.c))
 gtk: $(GTK_EXAMPLES)



More information about the cairo-commit mailing list