summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27f5ca9..1fc985d 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,9 @@ tests: $(TOX)
$(TOX) $(toxparams)
docs:
- PATH=$(PATH):$(CURDIR) PYTHONPATH=$(CURDIR)/.. make all -C doc
+ rm -f /tmp/pylint
+ ln -s -f $(CURDIR) /tmp/pylint
+ PYTHONPATH=/tmp make all -C doc
deb:
debuild -b -us -uc