add erlang-version.escript to noinst_SCRIPTS
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c89dfe3f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c89dfe3f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c89dfe3f
Branch: refs/heads/1.5.x
Commit: c89dfe3fadb01e7afb97f28d6aa18a11eca06f64
Parents: fba51db
Author: Jan Lehnardt <jan@apache.org>
Authored: Thu Oct 3 22:24:39 2013 +0200
Committer: Jan Lehnardt <jan@apache.org>
Committed: Thu Oct 3 22:24:39 2013 +0200
----------------------------------------------------------------------
bin/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/couchdb/blob/c89dfe3f/bin/Makefile.am
----------------------------------------------------------------------
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 5d722ac..7a868df 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -20,7 +20,7 @@ endif
man1dir = $(mandir)/man1
-noinst_SCRIPTS = couchjs_dev couch-config_dev
+noinst_SCRIPTS = couchjs_dev couch-config_dev erlang-version.escript
man_file = couchdb.1
|