summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Nowikowski <godfryd@gmail.com>2014-07-26 11:36:57 +0200
committerMichal Nowikowski <godfryd@gmail.com>2014-07-26 11:36:57 +0200
commit9f853759f14569f6069497036c5c7e9c7c88d5d2 (patch)
tree3aa378b3f038a31537c5ce60cc0e58c98539f3be /Makefile
parent2b61fb41831d91efa6d3701b5b629d0854b16fc6 (diff)
downloadpylint-9f853759f14569f6069497036c5c7e9c7c88d5d2.tar.gz
Improved generating docs from Makefile.
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