summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBryan Duxbury <bryanduxbury@apache.org>2010-08-19 04:58:34 +0000
committerBryan Duxbury <bryanduxbury@apache.org>2010-08-19 04:58:34 +0000
commitd50f347e33abcfc5c4d70bb8d276f3e1951f4e00 (patch)
tree3ef6196e323cf449c7c8838b4fe4d9579640bc74 /Makefile.am
parent184d26237a3d0a5449a29350a74c2240bf1097e8 (diff)
downloadthrift-d50f347e33abcfc5c4d70bb8d276f3e1951f4e00.tar.gz
build: make dist no longer includes root-level bootstrap.sh. this should help users of release tarballs avoid confusion.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@987017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 29648a06a..f1f79ac14 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,5 +24,5 @@ SUBDIRS = compiler/cpp lib test
dist-hook:
find $(distdir) -name '.[a-zA-Z0-9]*' | xargs rm -rf
-EXTRA_DIST = bootstrap.sh cleanup.sh doc tutorial contrib \
+EXTRA_DIST = doc tutorial contrib \
CONTRIBUTORS LICENSE CHANGES DISCLAIMER NOTICE