From 00c1b410d0a6e4f4cc17bdf42d6d21be4cb48af6 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 25 May 2020 19:30:52 +0300 Subject: [PATCH] Remove MANIFEST build logic from the Makefile I almost didn't notice it existed. --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 4ddecb91..5caf9b6a 100644 --- a/Makefile +++ b/Makefile @@ -66,14 +66,11 @@ distclean: clean rm -rf $(APPNAME)-$(VERSION) rm -rf coverage dist-stamp python-build-stamp* -MANIFEST: MANIFEST.in setup.py - $(PYTHON) setup.py sdist --manifest-only - locale: $(MAKE) -C po # to build in the current directory -localbuild: MANIFEST locale +localbuild: locale $(PYTHON) setup.py build release: distclean releasecheck filescheck @@ -122,7 +119,7 @@ chmod: -chmod -R a+rX,u+w,go-w $(CHMODMINUSMINUS) * find . -type d -exec chmod 755 {} \; -dist: locale MANIFEST chmod +dist: locale chmod rm -f dist/$(ARCHIVE_SOURCE) $(PYTHON) setup.py sdist --formats=tar gzip --best dist/$(APPNAME)-$(VERSION).tar