diff options
author | Carl Worth <cworth@cworth.org> | 2008-10-29 16:15:12 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-10-29 16:19:30 -0700 |
commit | 81439b3bc8656b34c13b3cc7b5b6a9f03a3c8c54 (patch) | |
tree | 0421fb48db449ff635e2210b9c9a31b6a80e8474 | |
parent | dd0416f5d47a946498219616f53abdad81d4fc38 (diff) |
Add missing files to CLEANFILES and DISTCLEANFILES.
Without these files in these lists, "make distcheck" is unhappy.
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | test/Makefile.am | 9 |
2 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c36cfbbe4..223ceec26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,9 @@ EXTRA_DIST += \ cairo-version.h \ $(NULL) -DISTCLEANFILES += config.cache +DISTCLEANFILES += config.cache \ + doltlibtool \ + doltcompile MAINTAINERCLEANFILES += \ $(srcdir)/aclocal.m4 \ $(srcdir)/autoscan.log \ diff --git a/test/Makefile.am b/test/Makefile.am index ec16ac4c4..ac495b525 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1198,9 +1198,18 @@ CLEANFILES += \ index.html \ ref.hash \ png-test.png \ + create-for-stream.pdf \ + create-for-stream.ps \ + create-for-stream.svg \ svg-surface-source.svg \ pdf-surface-source.pdf \ ps-surface-source.ps \ + pdf-features.pdf \ + ps-features.ps \ + svg-clip.svg \ + svg-surface.svg \ + multi-page.pdf \ + multi-page.ps \ $(NULL) # This used to be a simple 'echo ${RM} *.ps *.pdf *.svg *.etc', but |