From d85bda4f4b43d228fd6fcf0e4b062d575973b5db Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 5 Apr 2013 07:53:33 +0000 Subject: [PATCH] add another doc publish target git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3145 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/docs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pdns/docs/Makefile b/pdns/docs/Makefile index a6bc4cc276..6bad2457fd 100644 --- a/pdns/docs/Makefile +++ b/pdns/docs/Makefile @@ -45,3 +45,7 @@ publish: publish2: rsync --copy-links --delete -avrze ssh ./html pdns.txt pdns.pdf \ ds9a.nl:/var/www/ds9a.nl/tmp/pdns-docs/ + +publish3: + rsync --exclude "*.png" --copy-links --delete -avrz ./html pdns.txt pdns.pdf html.tar.gz \ + peter@xs.powerdns.com:doc.powerdns.com/ -- 2.47.3