Commit 7094a0c9 authored by Georg Brandl's avatar Georg Brandl

Don't use "?=" which seems to be a GNUism.

parent 64dec731
......@@ -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)
......
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