From e4b7bb734f5e05797bfa5209282432cb224a3e36 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 18 Sep 2017 17:25:40 +0200 Subject: [PATCH] actually abort when virtualenv is missing. Fixes #5701 --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 0a1df5ede3..e5435432f8 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -78,7 +78,7 @@ upload-docs: all-docs rsync -crv --no-p --chmod=g=rwX --exclude '*~' ./PowerDNS-Authoritative.pdf web1.powerdns.com:/srv/www/doc.powerdns.com/authoritative/ else # if HAVE_VIRTUALENV -$(dist_MANS): +$(MANPAGES_DIST): echo "You need virtualenv to generate the manpages" exit 1 -- 2.47.2