Mercurial > public > mercurial-scm > hg
changeset 52936:85703516efdd
makefile: use pybuild for the `dist-notests` make target
This is in line with the current project goal.
(do we need a `dist-notest` target at all?)
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 17 Feb 2025 12:36:03 +0100 |
parents | 43c24728ae5e |
children | 3244c25d25e3 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Feb 17 12:35:15 2025 +0100 +++ b/Makefile Mon Feb 17 12:36:03 2025 +0100 @@ -135,7 +135,7 @@ .PHONY: dist-notests dist-notests: doc - TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py -q sdist + TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) -m build --sdist .PHONY: check check: tests