summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@apache.org>2013-05-23 14:11:23 +0200
committerDirkjan Ochtman <djc@apache.org>2013-05-23 14:12:25 +0200
commit7d2d3a92dc66723c035b1e2c7f4b6a6e731750b1 (patch)
tree45ba50333f0f28be89cd5610cc84de626219aec4
parent20f037ceee731ee4500933cb61e3396b08f418bd (diff)
downloadcouchdb-7d2d3a92dc66723c035b1e2c7f4b6a6e731750b1.tar.gz
replace README with README.rst in build system
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 09a07ed26..9be97f3d3 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