summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-02-13 19:00:22 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-02-13 19:00:22 +0000
commit8179c9d65aea2a345035ea94c15dd8c5be114b5d (patch)
tree9fcd184351d6604d63358127564561cf44912aa6
parentd92b3849a24e23178034559db0b8846e9da57754 (diff)
downloadgooglemock-8179c9d65aea2a345035ea94c15dd8c5be114b5d.tar.gz
Removes upload*.py from the release package, as they are useless without an SVN checkout.
git-svn-id: http://googlemock.googlecode.com/svn/trunk@97 8415998a-534a-0410-bf83-d39667b30386
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index bc06f61..4a5a3fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -173,11 +173,6 @@ EXTRA_DIST += include/gmock/gmock-generated-actions.h.pump \
include/gmock/gmock-generated-nice-strict.h.pump \
include/gmock/internal/gmock-generated-internal-utils.h.pump
-# Scripts for uploading a patch for review.
-EXTRA_DIST += \
- scripts/upload.py \
- scripts/upload_gmock.py
-
# The Google Mock Generator tool from the cppclean project.
EXTRA_DIST += \
scripts/generator/COPYING \