python: update dist target

pull/1173/head
matejcik 4 years ago
parent 35c3af87dd
commit 5cd867fa92

@ -13,12 +13,12 @@ build:
install: install:
$(SETUP) install $(SETUP) install
dist: clean doc dist: doc clean
$(SETUP) sdist $(SETUP) sdist
$(SETUP) bdist_wheel $(SETUP) bdist_wheel
doc: doc:
$(PYTHON) helper-scripts/linkify-changelog.py make -C .. changelog
$(PYTHON) helper-scripts/make-options-rst.py $(PYTHON) helper-scripts/make-options-rst.py
clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts

Loading…
Cancel
Save