From: Peter van Dijk Date: Mon, 18 Sep 2017 15:25:40 +0000 (+0200) Subject: actually abort when virtualenv is missing. Fixes #5701 X-Git-Tag: rec-4.1.0-rc1~37^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5706%2Fhead;p=thirdparty%2Fpdns.git actually abort when virtualenv is missing. Fixes #5701 --- 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