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/18 22:58:24 UTC

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

Author: jan
Date: Sat Apr 18 20:58:24 2009
New Revision: 766392

URL: http://svn.apache.org/viewvc?rev=766392&view=rev
Log:
run mainjs.sh if one of the source files changed

Modified:
    couchdb/trunk/share/Makefile.am

Modified: couchdb/trunk/share/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/Makefile.am?rev=766392&r1=766391&r2=766392&view=diff
==============================================================================
--- couchdb/trunk/share/Makefile.am (original)
+++ couchdb/trunk/share/Makefile.am Sat Apr 18 20:58:24 2009
@@ -10,7 +10,15 @@
 ## License for the specific language governing permissions and limitations
 ## under the License.
 
-server/main.js:
+MAKEJS_FILES = \
+    server/loop.js \
+    server/render.js \
+    server/state.js \
+    server/util.js \
+    server/validate.js \
+    server/views.js
+    
+server/main.js: $(MAKEJS_FILES)
 	server/mainjs.sh
 
 CLEANFILES = server/main.js