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 2013/10/07 18:20:43 UTC

[37/47] git commit: updated refs/heads/master to 659699d

move erlang-version.escript to EXTRA_DIST


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

Branch: refs/heads/master
Commit: db743ae66957294d4eb1e6d3b972463da00c1501
Parents: 4a0044f
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Oct 4 16:00:39 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Oct 4 16:00:39 2013 +0200

----------------------------------------------------------------------
 bin/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/db743ae6/bin/Makefile.am
----------------------------------------------------------------------
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 59c69ba..aeb0953 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -15,7 +15,7 @@ MAKE_SAFE = $(MAKE)
 if WINDOWS
 bin_SCRIPTS = couchdb.bat
 else
-bin_SCRIPTS = couchdb couch-config erlang-version.escript
+bin_SCRIPTS = couchdb couch-config
 endif
 
 man1dir = $(mandir)/man1
@@ -32,7 +32,7 @@ endif
 
 BUILT_SOURCES = $(man_file_build)
 
-EXTRA_DIST = $(man_file_build)
+EXTRA_DIST = $(man_file_build) erlang-version.escript
 
 CLEANFILES = $(bin_SCRIPTS) $(man_file_build) $(noinst_SCRIPTS)