diff options
author | Jan Lehnardt <jan@apache.org> | 2009-04-18 23:56:53 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-04-18 23:56:53 +0000 |
commit | 91c97f073be54aa9570f37ff498875565c755fe7 (patch) | |
tree | 2c727c96ce51aa8b2b69d784f5f65a4aaa8e01c7 | |
parent | 90009b5ef3b6e9a3c9f4234a52c5e0fae7fdf4ee (diff) |
fix make distcheck, thanks Noah
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@766407 13f79535-47bb-0310-9956-ffa450edef68
-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 9ef5f5de..536d2d02 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -27,7 +27,7 @@ server/main.js: $(MAKEJS_FILES) CLEANFILES = server/main.js nobase_dist_localdata_DATA = \ - server/main.js \ + $(MAKEJS_FILES) \ www/dialog/_compact_database.html \ www/dialog/_create_document.html \ www/dialog/_create_database.html \ |