From b54fddb775a1c0f15626d55afe37a010c6306a57 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 19 Mar 2019 13:23:55 -0700 Subject: [PATCH] This was supposed to be named snapshot Corrected it being a duplicate of sdist --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e775e151713..e004d8d1a0f 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