gh-106259: add minimal help target to Makefile#106260
Conversation
|
What about putting the documentation there instead? https://docs.python.org/dev/using/configure.html#python-build-system |
|
My intent was to put more elaborate target documentation somewhere. Haven't started writing anything yet. Thanks for the suggested destination. |
I will look into that as well. Having a "make help" command you can execute when you just need a quick reminder is often helpful. And, it's always right at your fingertips. |
|
I made a quick, crude pass at expanding the makefile targets in |
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner
left a comment
There was a problem hiding this comment.
Overall, the change LGTM. I just have some minor remarks.
cc @erlend-aasland @corona10: Do you want to review these changes?
|
Any further comments on this @vstinner or @erlend-aasland, or can we push this to completion? |
hugovk
left a comment
There was a problem hiding this comment.
Looks good! Some small bits and pieces:
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
vstinner
left a comment
There was a problem hiding this comment.
LGTM.
I would prefer to sort targets in make list-targets but it's a minor issue.
|
Thanks. Can someone merge? |
|
Merged, thanks @smontanaro! |
Co-authored-by: Erlend E. Aasland <erlend@python.org> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Erlend E. Aasland <erlend@python.org> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Victor Stinner <vstinner@python.org>
Partially adding a help target, but partially just getting familiar @CAM-Gerlach's
git newalias.