diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-09-04 00:45:47 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-04 00:45:47 +0200 |
commit | 2d1c382f38d3b1cf9219ddb9b62ef196a4381976 (patch) | |
tree | efa6ff212276ad9ec792d9288a2b201d3a3814d7 /doc-src/dev-docs/Makefile | |
parent | 29698aa83c2f37457ce36dc5bb79a0cc1e7bf2f5 (diff) | |
download | mitmproxy-2d1c382f38d3b1cf9219ddb9b62ef196a4381976.tar.gz mitmproxy-2d1c382f38d3b1cf9219ddb9b62ef196a4381976.tar.bz2 mitmproxy-2d1c382f38d3b1cf9219ddb9b62ef196a4381976.zip |
docs, docs, docs!
Diffstat (limited to 'doc-src/dev-docs/Makefile')
-rw-r--r-- | doc-src/dev-docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/dev-docs/Makefile b/doc-src/dev-docs/Makefile index 4d3b2046..666a3a86 100644 --- a/doc-src/dev-docs/Makefile +++ b/doc-src/dev-docs/Makefile @@ -192,4 +192,4 @@ pseudoxml: @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." livehtml: - sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html + sphinx-autobuild -b html -z '../../libmproxy' -r '___jb_(old|bak)___$$' $(ALLSPHINXOPTS) $(BUILDDIR)/html
\ No newline at end of file |