Skip to content

Commit

Permalink
Make python command to create _meta.py configurable using a variable
Browse files Browse the repository at this point in the history
in the Makefile
  • Loading branch information
RKrahl committed Oct 9, 2024
1 parent 5be8e3d commit a91ce39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
PYTHON = python3
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = PIDINST
Expand All @@ -18,7 +19,7 @@ $(BUILDERS): $(STATIC_SOURCEDIRS) _meta.py
$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

_meta.py:
python3 setup.py meta
$(PYTHON) setup.py meta

clean:
rm -rf __pycache__
Expand Down

0 comments on commit a91ce39

Please sign in to comment.