From: Ted Gould Date: Thu, 31 Dec 2009 06:23:42 +0000 (-0600) Subject: Clearing up EXTRA_DIST lifecycle X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ad90ba55c8f9aba5a8c339cc3bcc0f5c559d195b;p=inkscape.git Clearing up EXTRA_DIST lifecycle --- diff --git a/src/Makefile.am b/src/Makefile.am index 7fa869012..a064496ce 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -56,6 +56,8 @@ inkscape_SOURCES = inkview_SOURCES = # Add sources that are built from meta files BUILT_SOURCES = +# Extra files to distribute +EXTRA_DIST = INCLUDES = \ $(PERL_CFLAGS) $(PYTHON_CFLAGS) \ @@ -147,7 +149,7 @@ include trace/Makefile_insert include 2geom/Makefile_insert # Extra files not mentioned as sources to include in the source tarball -EXTRA_DIST = \ +EXTRA_DIST += \ $(top_srcdir)/Doxyfile \ sp-skeleton.cpp sp-skeleton.h \ algorithms/makefile.in \