summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@kocolosk.net>2018-01-17 13:19:57 -0500
committerGitHub <noreply@github.com>2018-01-17 13:19:57 -0500
commitb43c401f6e15676dd1514628132898c67b1763c0 (patch)
treecaca2372a7d3f6e6f11e00dde63cee5c34d3bfce
parentaa7821bf1fcf09a254ccbdaffa4837fc65dd9a11 (diff)
downloadcouchdb-b43c401f6e15676dd1514628132898c67b1763c0.tar.gz
Create all needed directories to build docs (#1115)
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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