From a8bbd3057cf978936e15ef492e2c55967a335038 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 18 Jul 2017 14:07:27 +0200 Subject: [PATCH] Update pip etc. for the auth docs as well --- docs/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index 1dfac52ff..be6de2a55 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 -- 2.40.0