summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDasIch <dasdasich@googlemail.com>2010-04-29 18:06:22 +0200
committerDasIch <dasdasich@googlemail.com>2010-04-29 18:06:22 +0200
commitd9298901db25bafb39ca72118a24aab78703cd27 (patch)
treeb6ac630596f54c835c7ce607b59ef189e668ee0c /Makefile
parent0456c5f34f211e408c53800c6ff4c4544436d53e (diff)
downloadsphinx-d9298901db25bafb39ca72118a24aab78703cd27.tar.gz
Show python 3.x incompatibilities which cannot be trivially fixed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7057a715..682f0366 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PYTHON ?= python
+PYTHON ?= python -3
export PYTHONPATH = $(shell echo "$$PYTHONPATH"):./sphinx