Author: bryanduxbury
Date: Thu Aug 19 04:58:34 2010
New Revision: 987017

URL: http://svn.apache.org/viewvc?rev=987017&view=rev
Log:
build: make dist no longer includes root-level bootstrap.sh. this should help 
users of release tarballs avoid confusion.

Modified:
    incubator/thrift/trunk/Makefile.am

Modified: incubator/thrift/trunk/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/Makefile.am?rev=987017&r1=987016&r2=987017&view=diff
==============================================================================
--- incubator/thrift/trunk/Makefile.am (original)
+++ incubator/thrift/trunk/Makefile.am Thu Aug 19 04:58:34 2010
@@ -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


Reply via email to