Commit workaround to prevent make distcheck from making bogus complaints that gtk-doc is not enabled.

This commit is contained in:
Carl Worth 2005-03-08 19:30:19 +00:00
parent e586688e6b
commit 980eff38e4
3 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,9 @@
2005-03-08 Carl Worth <cworth@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.

View file

@ -146,7 +146,13 @@ dist-check-gtkdoc:
@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

View file

@ -80,4 +80,4 @@ pixman_rotate_SOURCES = pixman_rotate.c $(cairo_test_lib)
noinst_PROGRAMS = imagediff
imagediff_SOURCES = imagediff.c $(cairo_test_lib)
CLEANFILES = *-out.png *-diff.png
CLEANFILES = *-out.png *-diff.png *.log