From: Peter van Dijk Date: Fri, 24 Apr 2015 07:31:41 +0000 (+0200) Subject: portablize X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~98^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8c0cd8f1a998c4775fdaf34050149acacab65d6;p=thirdparty%2Fpdns.git portablize --- diff --git a/docs/Makefile.am b/docs/Makefile.am index af7c4ea80b..62397d8b95 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -35,7 +35,7 @@ html: html/index.html html/index.html: process-md.sh mkdocs.yml markdown/** markdown/*/** manpages/* mkdir -p doc-build rsync -a --delete markdown/. doc-build/. - cp -r manpages/ doc-build/ + cp -r manpages doc-build/ ./process-md.sh pre mkdocs build --clean ./process-md.sh post