You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2015/12/24 13:03:12 UTC

[2/2] couchdb commit: updated refs/heads/master to c24daa8

install html docs correctly


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/55b0a42f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/55b0a42f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/55b0a42f

Branch: refs/heads/master
Commit: 55b0a42f43e7ff54f8ad8e7249e37748d046d6d2
Parents: 4bd9e7e
Author: Jan Lehnardt <ja...@apache.org>
Authored: Thu Dec 24 13:02:21 2015 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Dec 24 13:03:05 2015 +0100

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/55b0a42f/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index f692126..6ddda9f 100644
--- a/Makefile
+++ b/Makefile
@@ -211,7 +211,7 @@ dist: all
 
 	@cp -r share/www apache-couchdb-$(COUCHDB_VERSION)/share/
 	@mkdir -p apache-couchdb-$(COUCHDB_VERSION)/share/docs/html
-	@cp -r src/docs/build/html apache-couchdb-$(COUCHDB_VERSION)/share/docs/html
+	@cp -r src/docs/build/html apache-couchdb-$(COUCHDB_VERSION)/share/docs/
 	@mkdir -p apache-couchdb-$(COUCHDB_VERSION)/share/docs/pdf
 	@cp src/docs/build/latex/CouchDB.pdf apache-couchdb-$(COUCHDB_VERSION)/share/docs/pdf/