summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2014-04-30 03:01:51 +0200
committerJames Cammarata <jimi@sngx.net>2014-04-30 03:02:28 +0200
commitd287179f7ba3e68fac79b26d08c6995aa3a4ca93 (patch)
tree89e5dce0e1e3c2bda5f1af5fe6b67cc8a9ba9e5c /Makefile
parentMerge pull request #7215 from lorin/doc-ec2-nocache (diff)
downloadansible-d287179f7ba3e68fac79b26d08c6995aa3a4ca93.tar.xz
ansible-d287179f7ba3e68fac79b26d08c6995aa3a4ca93.zip
Updating Makefile for setuptools change
Fixes #7224
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc2a910630..fbb7cc6399 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ install:
$(PYTHON) setup.py install
sdist: clean docs
- $(PYTHON) setup.py sdist -t MANIFEST.in
+ $(PYTHON) setup.py sdist
rpmcommon: $(MANPAGES) sdist
@mkdir -p rpm-build