[cairo-commit] cairo/doc/public cairo-docs.xml, 1.1, 1.2 cairo-sections.txt, 1.4, 1.5

Carl Worth commit at pdx.freedesktop.org
Tue Mar 8 19:25:41 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo/doc/public
In directory gabe:/tmp/cvs-serv31525/doc/public

Modified Files:
	cairo-docs.xml cairo-sections.txt 
Log Message:

        * test/cairo_test.c (cairo_test_create_png_pattern): Look for png
        images in ${srcdir}/filename as well, so that make distcheck can
        still find them.

        * test/Makefile.am (EXTRA_DIST): Add romedalen.png to EXTRA_DIST
        so the tests can pass from the tar file.

        * doc/public/cairo-sections.txt: Fix typo: cairo-win3 ->
        cairo-win32.

        * doc/public/cairo-docs.xml: Add cairo-win32.xml to the list, so
        it gets generated as well.

        * NEWS (http): Add pointer to new win32 documentation.


Index: cairo-docs.xml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/cairo-docs.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cairo-docs.xml	27 Jan 2005 19:35:26 -0000	1.1
+++ cairo-docs.xml	9 Mar 2005 03:25:39 -0000	1.2
@@ -19,6 +19,7 @@
     <xi:include href="xml/cairo-png.xml"/>
     <xi:include href="xml/cairo-ps.xml"/>
     <xi:include href="xml/cairo-quartz.xml"/>
+    <xi:include href="xml/cairo-win32.xml"/>
     <xi:include href="xml/cairo-xcb.xml"/>
     <xi:include href="xml/cairo-xlib.xml"/>
   </part>				  

Index: cairo-sections.txt
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/cairo-sections.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cairo-sections.txt	3 Feb 2005 07:14:55 -0000	1.4
+++ cairo-sections.txt	9 Mar 2005 03:25:39 -0000	1.5
@@ -50,7 +50,7 @@
 </SECTION>
 
 <SECTION>
-<FILE>cairo-win3</FILE>
+<FILE>cairo-win32</FILE>
 <TITLE>Microsoft Windows Backend</TITLE>
 cairo_set_target_win32
 cairo_win32_surface_create




More information about the cairo-commit mailing list