From: Pieter Lexis Date: Mon, 2 Mar 2015 13:57:28 +0000 (+0100) Subject: Docs: Depend on the html built when publishing X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~101^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a441fa70b5ebbe9dc537369bc79d8bec73aff9f;p=thirdparty%2Fpdns.git Docs: Depend on the html built when publishing * Rename publish3 to publish --- diff --git a/docs/Makefile.am b/docs/Makefile.am index fbf454382c..ced5053af9 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -60,6 +60,6 @@ endif clean: rm -rf html html.tar.bz2 *.8 *.1 -publish3: +publish: html rsync -crv --exclude '*~' ./html/ pdnsdocs@xs.powerdns.com:md/ rsync -crv --exclude '*~' ./html.tar.bz2 pdnsdocs@xs.powerdns.com:html.tar.bz2