From: Georg Brandl Date: Wed, 15 Aug 2007 18:02:37 +0000 (+0000) Subject: Don't use "?=" which seems to be a GNUism. X-Git-Tag: v2.6a1~1501 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7094a0c9a8902921f5e58b45e22c023786662ba7;p=python Don't use "?=" which seems to be a GNUism. --- diff --git a/Doc/Makefile b/Doc/Makefile index 955fb68b14..1811a343ed 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -4,9 +4,9 @@ # # You can set these variables from the command line. -PYTHON ?= python -SVNROOT ?= http://svn.python.org/projects -SPHINXOPTS ?= +PYTHON = python +SVNROOT = http://svn.python.org/projects +SPHINXOPTS = ALLSPHINXOPTS = -b$(BUILDER) -dbuild/doctrees $(SPHINXOPTS) . build/$(BUILDER)