From 5a441fa70b5ebbe9dc537369bc79d8bec73aff9f Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 2 Mar 2015 14:57:28 +0100 Subject: [PATCH] Docs: Depend on the html built when publishing * Rename publish3 to publish --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2