summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Neuhäuser <ich@danielneuhaeuser.de>2010-05-16 17:51:40 +0200
committerDaniel Neuhäuser <ich@danielneuhaeuser.de>2010-05-16 17:51:40 +0200
commit6f277bb7bd05bf2d96411235650f91717459bdfa (patch)
tree65eeef461a36714dc1f0bb50fa1f16b475c8b4d9 /Makefile
parent8cb5a023129a5203691611aea6fa45e6f9c1e268 (diff)
downloadsphinx-git-6f277bb7bd05bf2d96411235650f91717459bdfa.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 21a87e367..13228c788 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