diff options
author | Jan Lehnardt <jan@apache.org> | 2009-03-18 15:18:59 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-03-18 15:18:59 +0000 |
commit | 25a26fc5ad1c759dbc2392b6eec5ccc20952f12f (patch) | |
tree | b113618da7edd8b40f69a2761fcb2375e1041297 /share/Makefile.am | |
parent | 868680a8ff740f221e71c010acfd846aa4ede91e (diff) |
fix make install
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@755616 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/Makefile.am')
-rw-r--r-- | share/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index f92ca16b..ab15b02b 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -76,7 +76,7 @@ nobase_dist_localdata_DATA = \ www/script/test/all_docs.js \ www/script/test/conflicts.js \ www/script/test/recreate_doc.js \ - www/script/test/copy_move_doc.js \ + www/script/test/copy_doc.js \ www/script/test/uuids.js \ www/script/test/bulk_docs.js \ www/script/test/lots_of_docs.js \ |