diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-07-25 02:13:16 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-07-25 02:13:16 +0000 |
commit | c30eeebc611adc13203ffa6a2c41d922bcc785e3 (patch) | |
tree | 0748a65944f7d8e4688c91c5529c5e527f9cdcef | |
parent | 917987a561b358e60ec88ccd962f97dbdeab4d9d (diff) |
add _create_config.html to the makefile so it gets installed with make
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@978961 13f79535-47bb-0310-9956-ffa450edef68
-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 b6f97e29..77d5f8d8 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -49,6 +49,7 @@ nobase_dist_localdata_DATA = \ www/dialog/_login.html \ www/dialog/_signup.html \ www/dialog/_create_database.html \ + www/dialog/_create_config.html \ www/dialog/_delete_database.html \ www/dialog/_delete_document.html \ www/dialog/_database_security.html \ |