From ec84ace5a6830778d29d36f9fc87361e8545f57b Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 17 May 2005 09:08:23 +0000 Subject: [PATCH] Update instructions to match output of 'make distcheck' Add private headers and flesh out CLEANFILES so that 'make distcheck' actually passes. --- ChangeLog | 9 +++++++++ RELEASING | 7 ++++--- src/Makefile.am | 4 ++++ test/Makefile.am | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index bd7a68a7a..6739f7588 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-05-17 Carl Worth + + * 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 * src/cairo.h: Add a few more REPLACED_BY and DEPRECATED_BY diff --git a/RELEASING b/RELEASING index 57f289dfc..31a711efc 100644 --- a/RELEASING +++ b/RELEASING @@ -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). diff --git a/src/Makefile.am b/src/Makefile.am index 62a69b81d..8c624f247 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ diff --git a/test/Makefile.am b/test/Makefile.am index 03abca718..0ab593678 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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