You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2009/07/16 22:19:01 UTC

svn commit: r794828 - in /couchdb/trunk: configure.ac license.skip share/Makefile.am src/couchdb/Makefile.am

Author: nslater
Date: Thu Jul 16 20:19:01 2009
New Revision: 794828

URL: http://svn.apache.org/viewvc?rev=794828&view=rev
Log:
added missing file

Modified:
    couchdb/trunk/configure.ac
    couchdb/trunk/license.skip
    couchdb/trunk/share/Makefile.am
    couchdb/trunk/src/couchdb/Makefile.am

Modified: couchdb/trunk/configure.ac
URL: http://svn.apache.org/viewvc/couchdb/trunk/configure.ac?rev=794828&r1=794827&r2=794828&view=diff
==============================================================================
--- couchdb/trunk/configure.ac (original)
+++ couchdb/trunk/configure.ac Thu Jul 16 20:19:01 2009
@@ -268,6 +268,7 @@
 AC_CONFIG_FILES([share/Makefile])
 AC_CONFIG_FILES([src/couchdb/couch.app.tpl])
 AC_CONFIG_FILES([src/couchdb/Makefile])
+AC_CONFIG_FILES([src/couchdb/priv/Makefile])
 AC_CONFIG_FILES([src/ibrowse/Makefile])
 AC_CONFIG_FILES([src/mochiweb/Makefile])
 AC_CONFIG_FILES([test/Makefile])

Modified: couchdb/trunk/license.skip
URL: http://svn.apache.org/viewvc/couchdb/trunk/license.skip?rev=794828&r1=794827&r2=794828&view=diff
==============================================================================
--- couchdb/trunk/license.skip (original)
+++ couchdb/trunk/license.skip Thu Jul 16 20:19:01 2009
@@ -1,4 +1,5 @@
 aclocal.m4
+apache-couchdb-*
 AUTHORS
 autom4te.cache/*
 bin/couchdb.1

Modified: couchdb/trunk/share/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/Makefile.am?rev=794828&r1=794827&r2=794828&view=diff
==============================================================================
--- couchdb/trunk/share/Makefile.am (original)
+++ couchdb/trunk/share/Makefile.am Thu Jul 16 20:19:01 2009
@@ -72,7 +72,7 @@
     www/_sidebar.html \
     www/index.html \
     www/config.html \
-	www/custom_test.html \
+    www/custom_test.html \
     www/database.html \
     www/document.html \
     www/replicator.html \
@@ -109,6 +109,7 @@
     www/script/test/utf8.js \
     www/script/test/jsonp.js \
     www/script/test/attachments.js \
+    www/script/test/attachment_names.js \
     www/script/test/attachment_paths.js \
     www/script/test/attachment_views.js \
     www/script/test/design_paths.js \

Modified: couchdb/trunk/src/couchdb/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/src/couchdb/Makefile.am?rev=794828&r1=794827&r2=794828&view=diff
==============================================================================
--- couchdb/trunk/src/couchdb/Makefile.am (original)
+++ couchdb/trunk/src/couchdb/Makefile.am Thu Jul 16 20:19:01 2009
@@ -10,6 +10,8 @@
 ## License for the specific language governing permissions and limitations under
 ## the License.
 
+SUBDIRS = priv
+
 ICU_LOCAL_FLAGS = $(ICU_LOCAL_CFLAGS) $(ICU_LOCAL_LDFLAGS)
 
 # devdocdir = $(localdocdir)/developer/couchdb
@@ -35,7 +37,7 @@
 
 couchebin_DATA = $(compiled_files)
 
-couchpriv_SCRIPTS = priv/couchspawnkillable
+nobase_couchpriv_SCRIPTS = priv/couchspawnkillable
 
 # dist_devdoc_DATA = $(doc_base) $(doc_modules)