Skip to content

Commit 8fcb156

Browse files
committed
Removed redundant make rules from upload target
Can't remember why we were using clean at the top, but with the new restricted MANIFEST.in it's better to just use pre-reqs
1 parent a1e94e6 commit 8fcb156

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,7 @@ release: $(PY_SOURCES) $(DOC_SOURCES) $(DEB_SOURCES)
164164
git commit debian/changelog -m "Updated changelog for release $(VER)"
165165
git tag -s release-$(VER) -m "Release $(VER)"
166166

167-
upload: $(PY_SOURCES) $(DOC_SOURCES) $(DEB_SOURCES)
168-
$(MAKE) clean
169-
$(MAKE) $(SUBDIRS)
170-
$(MAKE) $(LICENSES)
167+
upload: $(PY_SOURCES) $(DOC_SOURCES) $(DEB_SOURCES) $(SUBDIRS) $(LICENSES)
171168
# build a source archive and upload to PyPI
172169
$(PYTHON) $(PYFLAGS) setup.py sdist upload
173170
# build the deb source archive and upload to the PPA

0 commit comments

Comments
 (0)