From b13febd732f7f783af8b3106904a441944e31934 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 12 Jul 2017 18:03:10 +0200 Subject: [PATCH] rec docs: Update tools in the venv --- pdns/recursordist/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 1cae6f27f..a425cd53c 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -366,6 +366,7 @@ endif # if !HAVE_MANPAGES .venv: docs/requirements.txt virtualenv .venv + .venv/bin/pip install -U pip setuptools setuptools-git .venv/bin/pip install -r docs/requirements.txt html-docs: docs/** .venv -- 2.40.0