You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2016/07/18 19:47:11 UTC

couchdb commit: updated refs/heads/master to d40ce3e

Repository: couchdb
Updated Branches:
  refs/heads/master e4e8a7d16 -> d40ce3e2d


Copy couchjs to rel for Windows


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

Branch: refs/heads/master
Commit: d40ce3e2d43aefdf42edeee6b12e6e3c35ba1922
Parents: e4e8a7d
Author: Joan Touzet <wo...@atypical.net>
Authored: Mon Jul 18 15:47:06 2016 -0400
Committer: Joan Touzet <wo...@atypical.net>
Committed: Mon Jul 18 15:47:06 2016 -0400

----------------------------------------------------------------------
 Makefile.win | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d40ce3e2/Makefile.win
----------------------------------------------------------------------
diff --git a/Makefile.win b/Makefile.win
index b0336a1..83d88fa 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -189,6 +189,7 @@ release: all
 	@echo Installing CouchDB into rel\couchdb\ ...
 	-@rmdir /s/q rel\couchdb
 	@$(REBAR) generate
+	@copy src\couch\priv\couchjs.exe rel\couchdb\bin
 
 ifeq ($(with_fauxton), 1)
 	-@mkdir rel\couchdb\share