From 2ab8972cf2938124ac4f1c47968b019af8ea9eb6 Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 28 Jul 2021 16:06:27 +0200 Subject: [PATCH] build(python): drop changelog target from makefile --- python/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/python/Makefile b/python/Makefile index 995d995b874..d3b2bf507af 100644 --- a/python/Makefile +++ b/python/Makefile @@ -18,7 +18,6 @@ dist: doc clean $(SETUP) bdist_wheel doc: - 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