summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDasIch <dasdasich@gmail.com>2010-05-16 17:51:40 +0200
committerDasIch <dasdasich@gmail.com>2010-05-16 17:51:40 +0200
commitab96b364732568ec02fc2dd150ace1728df0895d (patch)
tree65eeef461a36714dc1f0bb50fa1f16b475c8b4d9 /Makefile
parentf714133ad1807ae95c33a8ba294b288d4ca3af0a (diff)
downloadsphinx-ab96b364732568ec02fc2dd150ace1728df0895d.tar.gz
Stop modifying PYTHONPATH in the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 21a87e36..13228c78 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,5 @@
PYTHON ?= python3
-export PYTHONPATH = $(shell echo "$$PYTHONPATH"):./sphinx
-
.PHONY: all check clean clean-pyc clean-patchfiles clean-generated pylint \
reindent test