diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-01-02 19:03:18 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-01-02 19:03:18 +0000 |
commit | dd15c8ed5bf5873aec08a99a0687849f1d29f4c3 (patch) | |
tree | 7b9bc561aafd91fc6b8fdcfcc24419266a0593bf /share | |
parent | 22da1e28bd68084cc5e13feab81db445775c6429 (diff) |
add _view_cleanup.html to the Makefile
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@895263 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r-- | share/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index e32f09c3..694b89b7 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -40,6 +40,7 @@ nobase_dist_localdata_DATA = \ www/custom_test.html \ www/database.html \ www/dialog/_compact_database.html \ + www/dialog/_view_cleanup.html \ www/dialog/_create_database.html \ www/dialog/_delete_database.html \ www/dialog/_delete_document.html \ |