Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GNU make-specific directive from Makefile #1362

Merged
merged 2 commits into from
Aug 4, 2024

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Aug 4, 2024

Like python/cpython#122662 and python/peps#3891.

This is mostly to keep the Makefiles similar in each repo to ease maintenance.

Also remove the make serve stub, the target was removed in April 2022 in #826.


📚 Documentation preview 📚: https://cpython-devguide--1362.org.readthedocs.build/

Comment on lines +5 to +15
PYTHON = python3
VENVDIR = ./venv
UV = uv
SPHINXBUILD = $(VENVDIR)/bin/sphinx-build
SPHINXOPTS = --fail-on-warning --keep-going
BUILDDIR = _build
BUILDER = html
JOBS = auto
PAPER =
SPHINXLINT = $(VENVDIR)/bin/sphinx-lint
REQUIREMENTS = requirements.txt
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The main changes here are adding the UV and REQUIREMENTS lines.

The others have a space removed, so it's the same as the CPython/Docs and peps Makefiles and easier to diff.

@hugovk hugovk merged commit 45618a9 into python:main Aug 4, 2024
5 checks passed
@hugovk hugovk deleted the rm-gnu-make branch August 4, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants