You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2018/01/17 03:04:12 UTC

[couchdb] 01/01: Create all needed directories to build docs

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch build-docs-outside-release
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 71ddd292279aa9c96e45b9f2c8324adc85533134
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Tue Jan 16 21:58:47 2018 -0500

    Create all needed directories to build docs
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 248dddc..e95d044 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

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.