Update instructions to match output of 'make distcheck'

Add private headers and flesh out CLEANFILES so that 'make distcheck' actually passes.
This commit is contained in:
Carl Worth 2005-05-17 09:08:23 +00:00
parent 366aa98a79
commit ec84ace5a6
4 changed files with 19 additions and 5 deletions

View file

@ -1,3 +1,12 @@
2005-05-17 Carl Worth <cworth@cworth.org>
* RELEASING: Update instructions to match output of 'make
distcheck'
* src/Makefile.am:
* test/Makefile.am: Add private headers and flesh out CLEANFILES
so that 'make distcheck' actually passes.
2005-05-17 Carl Worth <cworth@cworth.org>
* src/cairo.h: Add a few more REPLACED_BY and DEPRECATED_BY

View file

@ -18,9 +18,10 @@ fixes are committed. Here are the steps to follow:
Running "make distcheck" should result in no warnings or
errors and end with a message of the form:
================================================
cairo-X.Y.Z.tar.gz is ready for distribution
================================================
==================================================
cairo-X.Y.Z-head archives ready for distribution:
caioo-X.Y.Z-head.tar.gz
==================================================
(But the tar file isn't actually ready yet, as we still have
some more steps to follow).

View file

@ -78,13 +78,16 @@ lib_LTLIBRARIES = libcairo.la
libcairo_la_SOURCES = \
cairo.c \
cairo.h \
cairo-private.h \
cairo-arc.c \
cairo-arc-private.h \
cairo-array.c \
cairo-cache.c \
cairo-color.c \
cairo-fixed.c \
cairo-font.c \
cairo-gstate.c \
cairo-gstate-private.h \
cairo-hull.c \
cairo-image-surface.c \
cairo-matrix.c \
@ -93,6 +96,7 @@ libcairo_la_SOURCES = \
cairo-path-data.c \
cairo-path-data-private.h \
cairo-path-fill.c \
cairo-path-fixed-private.h \
cairo-path-stroke.c \
cairo-pen.c \
cairo-polygon.c \

View file

@ -70,7 +70,7 @@ self-copy-ref.png \
scale-source-surface-paint-ref.png \
set-source-ref.png \
source-clip-ref.png \
source-surface-scale-paintref.png \
source-surface-scale-paint-ref.png \
surface-pattern-ref.png \
transforms-ref.png \
translate-show-surface-ref.png \
@ -163,4 +163,4 @@ xlib_surface_LDADD = $(LDADDS)
noinst_PROGRAMS = imagediff
imagediff_LDADD = $(LDADDS)
CLEANFILES = *-out.png *-diff.png *.log
CLEANFILES = *-out.png *-diff.png *.log ps-surface.ps pdf-surface.pdf