You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by jc...@apache.org on 2010/07/25 04:13:41 UTC

svn commit: r978962 - /couchdb/branches/1.0.x/share/Makefile.am

Author: jchris
Date: Sun Jul 25 02:13:41 2010
New Revision: 978962

URL: http://svn.apache.org/viewvc?rev=978962&view=rev
Log:
add _create_config.html to the makefile so it gets installed with make

Modified:
    couchdb/branches/1.0.x/share/Makefile.am

Modified: couchdb/branches/1.0.x/share/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/share/Makefile.am?rev=978962&r1=978961&r2=978962&view=diff
==============================================================================
--- couchdb/branches/1.0.x/share/Makefile.am (original)
+++ couchdb/branches/1.0.x/share/Makefile.am Sun Jul 25 02:13:41 2010
@@ -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 \