]> granicus.if.org Git - pdns/commitdiff
Update pip etc. for the auth docs as well rec-4.1.0-alpha1
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 18 Jul 2017 12:07:27 +0000 (14:07 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 18 Jul 2017 12:07:27 +0000 (14:07 +0200)
docs/Makefile.am

index 1dfac52ffccdd792a3e42ad1c1863bd9f31ba474..be6de2a55f6c7a94d8807db4becdd6c2d5eb064c 100644 (file)
@@ -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