summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc.py
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2023-07-23 09:29:13 (GMT)
committerGitHub <noreply@github.com>2023-07-23 09:29:13 (GMT)
commit5a7456623fc63a6a4af58eaba5c6ab91cf9109e0 (patch)
tree43480dfafdedadbf1a5e9116d72003732c258c56 /Lib/pydoc.py
parentec8718dd7c318202723ceeee9479f3824f3c019c (diff)
downloadcpython-5a7456623fc63a6a4af58eaba5c6ab91cf9109e0.zip
cpython-5a7456623fc63a6a4af58eaba5c6ab91cf9109e0.tar.gz
cpython-5a7456623fc63a6a4af58eaba5c6ab91cf9109e0.tar.bz2
[3.11] gh-75371: reformat Makefile.pre.in to accommodate for empty FRAMEWORKALTINSTALLLAST (GH-107035) (#107050)
in the case of an empty FRAMEWORKALTINSTALLLAST, this patch prevents leaving an astray linebreak and two tabs in the resulting Makefile. Before change: ``` .PHONY: commoninstall commoninstall: check-clean-src \ altbininstall libinstall inclinstall libainstall \ sharedinstall altmaninstall \ ``` After change (with empty FRAMEWORKALTINSTALLLAST): ``` .PHONY: commoninstall commoninstall: check-clean-src \ altbininstall libinstall inclinstall libainstall \ sharedinstall altmaninstall ``` (cherry picked from commit 9c38206925246ab919cf558ac069ae9458720ba7) Co-authored-by: Moritz Neeb <nt4u@kpvn.de>
Diffstat (limited to 'Lib/pydoc.py')
0 files changed, 0 insertions, 0 deletions