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

svn commit: r766407 - /couchdb/trunk/share/Makefile.am

Author: jan
Date: Sat Apr 18 23:56:53 2009
New Revision: 766407

URL: http://svn.apache.org/viewvc?rev=766407&view=rev
Log:
fix make distcheck, thanks Noah

Modified:
    couchdb/trunk/share/Makefile.am

Modified: couchdb/trunk/share/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/Makefile.am?rev=766407&r1=766406&r2=766407&view=diff
==============================================================================
--- couchdb/trunk/share/Makefile.am (original)
+++ couchdb/trunk/share/Makefile.am Sat Apr 18 23:56:53 2009
@@ -27,7 +27,7 @@
 CLEANFILES = server/main.js
 
 nobase_dist_localdata_DATA = \
-    server/main.js \
+    $(MAKEJS_FILES) \
     www/dialog/_compact_database.html \
     www/dialog/_create_document.html \
     www/dialog/_create_database.html \