From d8c0cd8f1a998c4775fdaf34050149acacab65d6 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 24 Apr 2015 09:31:41 +0200 Subject: [PATCH] portablize --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2