summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2018-01-16 21:58:47 -0500
committerAdam Kocoloski <kocolosk@apache.org>2018-01-16 21:58:47 -0500
commit71ddd292279aa9c96e45b9f2c8324adc85533134 (patch)
treecaca2372a7d3f6e6f11e00dde63cee5c34d3bfce
parentaa7821bf1fcf09a254ccbdaffa4837fc65dd9a11 (diff)
downloadcouchdb-build-docs-outside-release.tar.gz
Create all needed directories to build docsbuild-docs-outside-release
-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