You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dj...@apache.org on 2013/05/23 14:12:50 UTC

[3/4] git commit: updated refs/heads/master to ad01dcb

replace README with README.rst in build system


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

Branch: refs/heads/master
Commit: 7d2d3a92dc66723c035b1e2c7f4b6a6e731750b1
Parents: 20f037c
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Thu May 23 14:11:23 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Thu May 23 14:12:25 2013 +0200

----------------------------------------------------------------------
 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/7d2d3a92/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 09a07ed..9be97f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ EXTRA_DIST = \
     LICENSE \
     NEWS \
     NOTICE \
-    README \
+    README.rst \
     THANKS \
     build-aux/dist-error \
     build-aux/sphinx-build \
@@ -78,7 +78,7 @@ NEWS.gz: NEWS
 NOTICE.gz: NOTICE
 	gzip -9 < $< > $@
 
-README.gz: README
+README.gz: README.rst
 	gzip -9 < $< > $@
 
 THANKS.gz: THANKS