From 698d87e2cf9b40eb845631d315486831c1c5eda8 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 9 Aug 2017 12:58:57 +0200 Subject: [PATCH] allow incremental rebuild of html-docs --- docs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1