From f81ee6e750bb556489a31fa468d28cb733a48d16 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 7 Apr 2009 12:05:45 +0300 Subject: Cleaned up distribution. * Makefile.am (SPEC_TOOLS): Removed tools that have benn moved into doc/. (EXTRA_DIST): Added new tools git-make-dist and autogen-helpers.sh. --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5f48f984..d614bc9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,10 +38,7 @@ BUILT_SOURCES = \ # Introspection SPEC_TOOLS = \ - tools/doc-generator.xsl \ tools/spec-to-introspect.xsl \ - tools/context2html.pl \ - tools/context2asciidoc.pl \ $(NULL) @@ -80,12 +77,13 @@ clean-local: -rm -rf introspect EXTRA_DIST += \ - $(DOCS) \ $(SPEC_FILES) \ spec/all.xml \ spec/context.xml \ spec/context.xsd \ $(SPEC_TOOLS) \ + tools/git-make-dist \ + tools/autogen-helpers.sh \ $(NULL) DISTCLEANFILES = \ -- cgit v1.2.3