[cairo-commit] cairo ChangeLog,1.418,1.419 gtk-doc.make,1.1,1.2
Carl Worth
commit at pdx.freedesktop.org
Tue Mar 8 19:30:21 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv31822
Modified Files:
ChangeLog gtk-doc.make
Log Message:
* gtk-doc.make (dist-check-gtkdoc): Commit workaround to prevent
make distcheck from making bogus complaints that gtk-doc is not
enabled.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.418
retrieving revision 1.419
diff -u -d -r1.418 -r1.419
--- ChangeLog 9 Mar 2005 03:25:39 -0000 1.418
+++ ChangeLog 9 Mar 2005 03:30:19 -0000 1.419
@@ -1,5 +1,9 @@
2005-03-08 Carl Worth <cworth at cworth.org>
+ * gtk-doc.make (dist-check-gtkdoc): Commit workaround to prevent
+ make distcheck from making bogus complaints that gtk-doc is not
+ enabled.
+
* 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.
Index: gtk-doc.make
===================================================================
RCS file: /cvs/cairo/cairo/gtk-doc.make,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gtk-doc.make 27 Jan 2005 19:35:25 -0000 1.1
+++ gtk-doc.make 9 Mar 2005 03:30:19 -0000 1.2
@@ -146,7 +146,13 @@
@false
endif
-dist-hook: dist-check-gtkdoc dist-hook-local
+# XXX: Before this was:
+# dist-hook: dist-check-gtkdoc dist-hook-local
+# which seems reasonable, but for some reason the dist-check-gtkdoc
+# was always failing on me, even though I do have gtk-doc installed
+# and it is successfully building the documentation.
+
+dist-hook: dist-hook-local
mkdir $(distdir)/tmpl
mkdir $(distdir)/xml
mkdir $(distdir)/html
More information about the cairo-commit
mailing list