From: Peter van Dijk Date: Tue, 3 Mar 2015 08:57:17 +0000 (+0100) Subject: make sure the tarball is fresh when publishing X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~98^2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5972a2c8667bddf141278396a477b18c8912c1a6;p=thirdparty%2Fpdns.git make sure the tarball is fresh when publishing --- diff --git a/docs/Makefile.am b/docs/Makefile.am index ced5053af9..c8cff79f8e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -60,6 +60,6 @@ endif clean: rm -rf html html.tar.bz2 *.8 *.1 -publish: html +publish: html html.tar.bz2 rsync -crv --exclude '*~' ./html/ pdnsdocs@xs.powerdns.com:md/ rsync -crv --exclude '*~' ./html.tar.bz2 pdnsdocs@xs.powerdns.com:html.tar.bz2