1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Updating Makefile for setuptools change

Fixes #7224
This commit is contained in:
James Cammarata 2014-04-29 20:01:51 -05:00
parent be1aceb268
commit d287179f7b

View file

@ -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