summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-03-19 13:23:55 -0700
committerToshio Kuratomi <a.badger@gmail.com>2019-03-19 13:57:41 -0700
commitb54fddb775a1c0f15626d55afe37a010c6306a57 (patch)
treeaed1cd1cfadd084eaffb555cb0825556936c9daf /Makefile
parent63ce5883824fe00dd526a422a740f4177a881b6d (diff)
downloadansible-b54fddb775a1c0f15626d55afe37a010c6306a57.tar.gz
This was supposed to be named snapshot
Corrected it being a duplicate of sdist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e775e15171..e004d8d1a0 100644
--- a/Makefile
+++ b/Makefile
@@ -245,7 +245,7 @@ sdist: sdist_check clean docs
# Snapshots shouldn't result in new checkins so the changelog is generated as
# part of creating the tarball.
.PHONY: snapshot
-sdist: sdist_check clean docs changelog
+snapshot: sdist_check clean docs changelog
_ANSIBLE_SDIST_FROM_MAKEFILE=1 $(PYTHON) setup.py sdist
.PHONY: sdist_upload