diff options
author | Robert Newson <rnewson@apache.org> | 2011-05-17 11:31:18 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2011-05-17 11:31:18 +0000 |
commit | ae98727d8c897694c111159a8995279b4c8fbd05 (patch) | |
tree | 9cb6546e05ce58981d66f1eee2e2c2edaf7c0ff8 /share | |
parent | 0670ae37c8af16014c71b15a0a4752e62b9dd9dd (diff) |
Include _change_password.html in share/Makefile.am
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1104162 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 968660ff..15f77fae 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -44,6 +44,7 @@ nobase_dist_localdata_DATA = \ www/database.html \ www/session.html \ www/dialog/_admin_party.html \ + www/dialog/_change_password.html \ www/dialog/_compact_cleanup.html \ www/dialog/_create_admin.html \ www/dialog/_login.html \ |