aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-04-07 12:05:45 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-04-07 12:06:38 +0300
commitf81ee6e750bb556489a31fa468d28cb733a48d16 (patch)
tree4c67c0dc2569890348c68b41e4a6654babcb5341 /Makefile.am
parent3d253c9e9332ad5948adabf5c051453e6f111c33 (diff)
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files 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 = \