From 5972a2c8667bddf141278396a477b18c8912c1a6 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 3 Mar 2015 09:57:17 +0100 Subject: [PATCH] make sure the tarball is fresh when publishing --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2