mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-04 15:40:24 +01:00
Commit workaround to prevent make distcheck from making bogus complaints that gtk-doc is not enabled.
This commit is contained in:
parent
e586688e6b
commit
980eff38e4
3 changed files with 12 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue