From: Pieter Lexis Date: Tue, 18 Jul 2017 12:07:27 +0000 (+0200) Subject: Update pip etc. for the auth docs as well X-Git-Tag: rec-4.1.0-alpha1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8bbd3057cf978936e15ef492e2c55967a335038;p=thirdparty%2Fpdns.git Update pip etc. for the auth docs as well --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 1dfac52ffc..be6de2a55f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -55,6 +55,7 @@ endif # if !HAVE_MANPAGES .venv: requirements.txt virtualenv .venv + .venv/bin/pip install -U pip setuptools setuptools-git .venv/bin/pip install -r requirements.txt html-docs: common/** manpages/** .venv