From: Peter van Dijk Date: Wed, 9 Aug 2017 10:58:57 +0000 (+0200) Subject: allow incremental rebuild of html-docs X-Git-Tag: dnsdist-1.2.0~25^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=698d87e2cf9b40eb845631d315486831c1c5eda8;p=pdns allow incremental rebuild of html-docs --- diff --git a/docs/Makefile.am b/docs/Makefile.am index be6de2a55..0a1df5ede 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -58,10 +58,10 @@ endif # if !HAVE_MANPAGES .venv/bin/pip install -U pip setuptools setuptools-git .venv/bin/pip install -r requirements.txt -html-docs: common/** manpages/** .venv +html-docs: common/** manpages/** .venv *.rst .venv/bin/python -msphinx -b html . html-docs -latex/PowerDNS-Authoritative.pdf: common/** manpages/** .venv +latex/PowerDNS-Authoritative.pdf: common/** manpages/** .venv *.rst .venv/bin/python -msphinx -M latexpdf . . PowerDNS-Authoritative.pdf: latex/PowerDNS-Authoritative.pdf