From d50f347e33abcfc5c4d70bb8d276f3e1951f4e00 Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Thu, 19 Aug 2010 04:58:34 +0000 Subject: [PATCH] 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 29648a06..f1f79ac1 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 -- 2.17.1