[cairo-commit] pycairo ChangeLog,1.42,1.43 configure.ac,1.12,1.13

Steve Chaplin commit at pdx.freedesktop.org
Tue Feb 15 18:26:31 PST 2005


Committed by: stevech1097

Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv17713

Modified Files:
	ChangeLog configure.ac 
Log Message:
SC 16/02/2005

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- ChangeLog	5 Feb 2005 07:27:09 -0000	1.42
+++ ChangeLog	16 Feb 2005 02:26:29 -0000	1.43
@@ -1,3 +1,11 @@
+2005-02-16  Steve Chaplin  <steve1097 at yahoo.com.au>
+
+	* configure.ac: add examples/Makefile to AC_CONFIG_FILES (omitted from
+	last commit)
+	* examples: move gtk examples (cairo-demo.py, cairo-knockout.py,
+	lsystem.py, text.py) to their own subdirectory examples/gtk
+	* examples/Makefile.am (EXTRA_DIST): update paths to gtk examples
+	
 2005-02-05  Steve Chaplin  <steve1097 at yahoo.com.au>
 
 	* INSTALL: new file

Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- configure.ac	26 Jan 2005 08:13:34 -0000	1.12
+++ configure.ac	16 Feb 2005 02:26:29 -0000	1.13
@@ -105,7 +105,8 @@
 AC_CONFIG_FILES(
   Makefile
   cairo/__init__.py
-  cairo/Makefile)
+  cairo/Makefile
+  examples/Makefile)
 AC_OUTPUT
 
 echo "




More information about the cairo-commit mailing list