Stop modifying PYTHONPATH in the Makefile

This commit is contained in:
Daniel Neuhäuser
2010-05-16 17:51:40 +02:00
parent 8cb5a02312
commit 6f277bb7bd
-2
View File
@@ -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