mirror of
https://github.com/ansible/ansible.git
synced 2025-11-30 23:16:08 +07:00
Makefile: Allow one to specify python version (#74517)
Change: - Allow overriding python version as env var for Makefile - Including hacking directory in git export, for docs build Test Plan: - Tested as part of recent downstream work Co-authored-by: Yanis Guenane <yguenane@gmail.com>
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1,2 +1 @@
|
|||||||
.github/ export-ignore
|
.github/ export-ignore
|
||||||
hacking/ export-ignore
|
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -34,7 +34,7 @@ else
|
|||||||
ASCII2MAN = @echo "ERROR: rst2man from docutils command is not installed but is required to build $(MANPAGES)" && exit 1
|
ASCII2MAN = @echo "ERROR: rst2man from docutils command is not installed but is required to build $(MANPAGES)" && exit 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PYTHON=python
|
PYTHON ?= python
|
||||||
GENERATE_CLI = hacking/build-ansible.py generate-man
|
GENERATE_CLI = hacking/build-ansible.py generate-man
|
||||||
|
|
||||||
# fetch version from project release.py as single source-of-truth
|
# fetch version from project release.py as single source-of-truth
|
||||||
|
|||||||
Reference in New Issue
Block a user