This was supposed to be named snapshot

Corrected it being a duplicate of sdist
This commit is contained in:
Toshio Kuratomi 2019-03-19 13:23:55 -07:00
parent 63ce588382
commit b54fddb775
1 changed files with 1 additions and 1 deletions

View File

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