Commit 450ee81b authored by Collin Winter's avatar Collin Winter

Use the local python binary to build the docs, not whatever 'python' is on the...

Use the local python binary to build the docs, not whatever 'python' is on the PATH (which is probably Python 2.x, and we need 3.x).
parent 65d09d4e
......@@ -73,7 +73,7 @@ TOOLSDIR= tools
# commontex/patchlevel.tex in their dependencies.
RELEASE=$(shell $(PYTHON) tools/getversioninfo)
PYTHON= python
PYTHON= $(PWD)/../python
DVIPS= dvips -N0 -t $(PAPER)
# This is ugly! The issue here is that there are two different levels
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment