]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update dnsdist docs upload path 5505/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 17 Jul 2017 15:30:41 +0000 (17:30 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 17 Jul 2017 17:10:01 +0000 (19:10 +0200)
pdns/dnsdistdist/Makefile.am

index aa889ad21a885d47d2a73f58a9da9113498e30d0..4be32ed347b9bdf61a6974bdfbc6ad921f0b05ad 100644 (file)
@@ -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):