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 16:40:18 UTC

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

Author: jan
Date: Sun Apr 19 14:40:18 2009
New Revision: 766476

URL: http://svn.apache.org/viewvc?rev=766476&view=rev
Log:
add server/main.js to all: target

Modified:
    couchdb/trunk/share/Makefile.am

Modified: couchdb/trunk/share/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/Makefile.am?rev=766476&r1=766475&r2=766476&view=diff
==============================================================================
--- couchdb/trunk/share/Makefile.am (original)
+++ couchdb/trunk/share/Makefile.am Sun Apr 19 14:40:18 2009
@@ -18,7 +18,9 @@
     server/validate.js \
     server/views.js \
     server/loop.js
-    
+
+all: server/main.js
+
 server/main.js: $(MAKEJS_FILES)
 	@echo "// Generated from *.js by make on `date`" > server/main.js
 	@echo "// DO NOT EDIT BY HAND\n" >> server/main.js