From 60c954465c601610c83b7c08e696c9f549bdfe0b Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 17 Jul 2017 17:30:41 +0200 Subject: [PATCH] Update dnsdist docs upload path --- pdns/dnsdistdist/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index aa889ad21..4be32ed34 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -222,9 +222,9 @@ html-docs: docs/** .venv all-docs: html-docs html-docs.tar.bz2 dnsdist.pdf upload-docs: all-docs - rsync -crv --delete --no-p --chmod=g=rwX --exclude '*~' ./html-docs/ web1.powerdns.com:/srv/www/dnsdist.org/new - rsync -crv --no-p --chmod=g=rwX --exclude '*~' ./html-docs.tar.bz2 web1.powerdns.com:/srv/www/dnsdist.org/new - rsync -crv --no-p --chmod=g=rwX --exclude '*~' ./dnsdist.pdf web1.powerdns.com:/srv/www/dnsdist.org/new + rsync -crv --delete --no-p --chmod=g=rwX --exclude '*~' ./html-docs/ web1.powerdns.com:/srv/www/dnsdist.org + rsync -crv --no-p --chmod=g=rwX --exclude '*~' ./html-docs.tar.bz2 web1.powerdns.com:/srv/www/dnsdist.org + rsync -crv --no-p --chmod=g=rwX --exclude '*~' ./dnsdist.pdf web1.powerdns.com:/srv/www/dnsdist.org else # if HAVE_VIRTUALENV $(MANPAGES): -- 2.40.0