From 71ddd292279aa9c96e45b9f2c8324adc85533134 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Tue, 16 Jan 2018 21:58:47 -0500 Subject: Create all needed directories to build docs --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 248dddc58..e95d04419 100644 --- a/Makefile +++ b/Makefile @@ -276,6 +276,7 @@ ifeq ($(IN_RELEASE), true) @cp -R share/docs/html/* rel/couchdb/share/www/docs/ @cp share/docs/man/apachecouchdb.1 rel/couchdb/share/docs/couchdb.1 else + @mkdir -p rel/couchdb/share/www/docs/ @mkdir -p rel/couchdb/share/docs/ @cp -R src/docs/build/html/ rel/couchdb/share/www/docs @cp src/docs/build/man/apachecouchdb.1 rel/couchdb/share/docs/couchdb.1 -- cgit v1.2.1