mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow the Python interpreter to be overridden on the build command line.
This commit is contained in:
parent
88aac7a4c9
commit
e103b2b315
@ -2,6 +2,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# You can set these variables from the command line.
|
# You can set these variables from the command line.
|
||||||
|
PYTHON = python
|
||||||
SPHINXOPTS =
|
SPHINXOPTS =
|
||||||
SPHINXBUILD = sphinx-build
|
SPHINXBUILD = sphinx-build
|
||||||
PAPER =
|
PAPER =
|
||||||
@ -18,7 +19,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
|
|||||||
# development environment).
|
# development environment).
|
||||||
code_snippet:
|
code_snippet:
|
||||||
@echo "Generating code-snippet.rst for some of the important classes..."
|
@echo "Generating code-snippet.rst for some of the important classes..."
|
||||||
-@python build_code_snippet.py
|
-@$(PYTHON) build_code_snippet.py
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "Please use \`make <target>' where <target> is one of"
|
@echo "Please use \`make <target>' where <target> is one of"
|
||||||
|
Loading…
Reference in New Issue
Block a user