From 5cd867fa92b460d4ec99cd7bcd8664cea1318cdb Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 5 Aug 2020 16:39:19 +0200 Subject: [PATCH] python: update dist target --- python/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/Makefile b/python/Makefile index 056e405c0..995d995b8 100644 --- a/python/Makefile +++ b/python/Makefile @@ -13,12 +13,12 @@ build: install: $(SETUP) install -dist: clean doc +dist: doc clean $(SETUP) sdist $(SETUP) bdist_wheel doc: - $(PYTHON) helper-scripts/linkify-changelog.py + make -C .. changelog $(PYTHON) helper-scripts/make-options-rst.py clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts