summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-10-04 14:40:54 +0200
committerJan Lehnardt <jan@apache.org>2013-10-04 14:40:54 +0200
commit58584d7de0ad9292f8bc10b48ae744e879e8e4d7 (patch)
tree6b6e5fe0cb271af61eb2ac0ca9cfec61023eb9c3
parent7b94b198140c6e4047cff98329eefd2d08df7376 (diff)
downloadcouchdb-58584d7de0ad9292f8bc10b48ae744e879e8e4d7.tar.gz
add plugins.html & pagination.rst to Makefiles
-rw-r--r--share/Makefile.am1
-rw-r--r--share/doc/build/Makefile.am2
2 files changed, 3 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index 135293d58..fffcd698b 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -105,6 +105,7 @@ nobase_dist_localdata_DATA = \
www/image/toggle-expand.gif \
www/image/twisty.gif \
www/index.html \
+ www/plugins.html \
www/replicator.html \
www/script/couch.js \
www/script/couch_tests.js \
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index 78558f438..30b933e6b 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -213,6 +213,7 @@ html_files = \
html/couchapp/views/intro.html \
html/couchapp/views/joins.html \
html/couchapp/views/nosql.html \
+ html/couchapp/views/pagination.html \
html/cve/2010-0009.html \
html/cve/2010-2234.html \
html/cve/2010-3854.html \
@@ -356,6 +357,7 @@ src_files = \
../src/couchapp/views/intro.rst \
../src/couchapp/views/joins.rst \
../src/couchapp/views/nosql.rst \
+ ../src/couchapp/views/pagination.rst \
../src/cve/2010-0009.rst \
../src/cve/2010-2234.rst \
../src/cve/2010-3854.rst \