diff options
author | Noah Slater <nslater@apache.org> | 2009-07-16 20:19:01 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-07-16 20:19:01 +0000 |
commit | 9faded78be10f9bc2ab804dda69660e22ca921eb (patch) | |
tree | ad71c48f39277e312adb7a47fc02d26d958cf162 /share | |
parent | 350811a34260baed48995c66baf1cb30021d2fbd (diff) |
added missing file
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r-- | share/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index ec9676df..99a05426 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -72,7 +72,7 @@ nobase_dist_localdata_DATA = \ www/_sidebar.html \ www/index.html \ www/config.html \ - www/custom_test.html \ + www/custom_test.html \ www/database.html \ www/document.html \ www/replicator.html \ @@ -109,6 +109,7 @@ nobase_dist_localdata_DATA = \ www/script/test/utf8.js \ www/script/test/jsonp.js \ www/script/test/attachments.js \ + www/script/test/attachment_names.js \ www/script/test/attachment_paths.js \ www/script/test/attachment_views.js \ www/script/test/design_paths.js \ |