You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/22 07:29:25 UTC

[08/50] couchdb commit: updated refs/heads/developer-preview-2.0 to 2a31bca

fix `make release`


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

Branch: refs/heads/developer-preview-2.0
Commit: 41e31ef96fa70fbb3dbe64d161a8828a8eb219dc
Parents: 53bfa44
Author: Jan Lehnardt <ja...@apache.org>
Authored: Mon Apr 6 23:11:46 2015 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jun 24 23:06:49 2015 +0200

----------------------------------------------------------------------
 Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/41e31ef9/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 3eb7c44..2a96c64 100644
--- a/Makefile
+++ b/Makefile
@@ -53,15 +53,15 @@ release:
 
 	# build fauxton
 	$(MAKE) fauxton
-	cp -r share/www apache-couchdb/share/
+	cp -r share/www apache-couchdb-$(COUCHDB_VERSION)/share/
 
 	# build docs
 	cd src/docs; $(MAKE)
-	mkdir apache-couchdb/share/docs
-	cp -r src/docs/build/html apache-couchdb/share/docs/html
+	mkdir apache-couchdb-$(COUCHDB_VERSION)/share/docs
+	cp -r src/docs/build/html apache-couchdb-$(COUCHDB_VERSION)/share/docs/html
 
 	# Tar!
-	tar czf apache-couchdb-$(COUCHDB_VERSION).tar.gz apache-couchdb
+	tar czf apache-couchdb-$(COUCHDB_VERSION).tar.gz apache-couchdb-$(COUCHDB_VERSION)
 	echo "Done: apache-couchdb-$(COUCHDB_VERSION).tar.gz"
 
 distclean: clean
@@ -80,7 +80,7 @@ devclean:
 	@rm -rf dev/lib/*/data
 
 -include install.mk
-install:
+install: all
 	@rm -rf rel/couchdb
 	@rebar generate # make full erlang release
 	@mkdir -p $(install_dir)