diff options
author | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2009-02-13 19:00:22 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2009-02-13 19:00:22 +0000 |
commit | 7a13fee2f01e4d052f520018f985da98790deb3d (patch) | |
tree | 9fcd184351d6604d63358127564561cf44912aa6 | |
parent | 31c4522aa1a1c9c0234ad913c83cd7493d0dde9d (diff) | |
download | googletest-7a13fee2f01e4d052f520018f985da98790deb3d.tar.gz googletest-7a13fee2f01e4d052f520018f985da98790deb3d.tar.bz2 googletest-7a13fee2f01e4d052f520018f985da98790deb3d.zip |
Removes upload*.py from the release package, as they are useless without an SVN checkout.
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index bc06f612..4a5a3fd6 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 \ |