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/04 16:05:54 UTC

[02/18] git commit: updated refs/heads/build-system-fixes-1.5.x to db743ae

add src/couch_plugins/README.md 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/7b94b198
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7b94b198
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7b94b198

Branch: refs/heads/build-system-fixes-1.5.x
Commit: 7b94b198140c6e4047cff98329eefd2d08df7376
Parents: c89dfe3
Author: Jan Lehnardt <ja...@apache.org>
Authored: Thu Oct 3 22:27:42 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Oct 3 22:27:42 2013 +0200

----------------------------------------------------------------------
 src/couch_plugins/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/7b94b198/src/couch_plugins/Makefile.am
----------------------------------------------------------------------
diff --git a/src/couch_plugins/Makefile.am b/src/couch_plugins/Makefile.am
index 91adfae..37cd9d5 100644
--- a/src/couch_plugins/Makefile.am
+++ b/src/couch_plugins/Makefile.am
@@ -26,7 +26,7 @@ compiled_files = \
     ebin/couch_plugins.beam \
     ebin/couch_plugins_httpd.beam
 
-EXTRA_DIST = $(source_files)
+EXTRA_DIST = $(source_files) README.md
 CLEANFILES = $(compiled_files)
 
 ebin/%.app: src/%.app.src