aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-09-26 01:23:59 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-09-26 01:23:59 +0200
commitb13acd7956f2e09bf5f9001f8f55d018a381f6c2 (patch)
tree0cb1a99bcd453c435886a0bfd516520e1cd13612 /docs/Makefile
parenta978c6b9cee134d01f84216f3fbcf1ae9303d965 (diff)
downloadmitmproxy-b13acd7956f2e09bf5f9001f8f55d018a381f6c2.tar.gz
mitmproxy-b13acd7956f2e09bf5f9001f8f55d018a381f6c2.tar.bz2
mitmproxy-b13acd7956f2e09bf5f9001f8f55d018a381f6c2.zip
adjust to netlib request changes + docs
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index a22bc8a2..99264d90 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -192,4 +192,4 @@ pseudoxml:
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
livehtml:
- sphinx-autobuild -b html -z '../libmproxy' -r '___jb_(old|bak)___$$' $(ALLSPHINXOPTS) $(BUILDDIR)/html \ No newline at end of file
+ sphinx-autobuild -b html -z '../libmproxy' -z '../../netlib/netlib' -r '___jb_(old|bak)___$$' $(ALLSPHINXOPTS) $(BUILDDIR)/html \ No newline at end of file