From 450ee81b227b093eeb0b7a933fe6ddc6dc768d4a Mon Sep 17 00:00:00 2001 From: Collin Winter Date: Wed, 21 Mar 2007 02:14:12 +0000 Subject: 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). --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index bda244a..03a32d0 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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 -- cgit v0.12