diff options
| author | DasIch <dasdasich@googlemail.com> | 2010-04-29 18:06:22 +0200 |
|---|---|---|
| committer | DasIch <dasdasich@googlemail.com> | 2010-04-29 18:06:22 +0200 |
| commit | d9298901db25bafb39ca72118a24aab78703cd27 (patch) | |
| tree | b6ac630596f54c835c7ce607b59ef189e668ee0c /Makefile | |
| parent | 0456c5f34f211e408c53800c6ff4c4544436d53e (diff) | |
| download | sphinx-d9298901db25bafb39ca72118a24aab78703cd27.tar.gz | |
Show python 3.x incompatibilities which cannot be trivially fixed
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -PYTHON ?= python +PYTHON ?= python -3 export PYTHONPATH = $(shell echo "$$PYTHONPATH"):./sphinx |
